Skip Menu |

This queue is for tickets about the DB_File CPAN distribution.

Report information
The Basics
Id: 68214
Status: resolved
Priority: 0/
Queue: DB_File

People
Owner: Nobody in particular
Requestors: dom [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.822
Fixed in: 1.829



Subject: make realclean: removing all files
Please find attached a patch which adds a couple of file removals which were missing previously in the realclean target.
Subject: DB_File-clean.patch
diff -urN DB_File-1.822/Makefile.PL DB_File-1.822.new//Makefile.PL --- DB_File-1.822/Makefile.PL 2009-03-26 19:52:09.000000000 +0000 +++ DB_File-1.822.new//Makefile.PL 2011-05-15 20:07:45.000000000 +0100 @@ -65,7 +65,7 @@ #OPTIMIZE => '-g', 'depend' => { 'Makefile' => 'config.in', 'version$(OBJ_EXT)' => 'version.c'}, - 'clean' => { FILES => 'constants.h constants.xs' }, + 'clean' => { FILES => 'constants.h constants.xs DB_File.pm.bak t/db-btree.t.bak t/db-hash.t.bak t/db-recno.t.bak t/pod.t.bak' }, 'macro' => { INSTALLDIRS => 'perl', my_files => "@files" }, 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', DIST_DEFAULT => 'MyDoubleCheck tardist'},