From: rkinyon Date: Tue, 14 Feb 2006 20:11:03 +0000 (+0000) Subject: Added cover_db to list of cleanup items X-Git-Tag: 0-97~75 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=070158df95afde1163887e98f5f59e7d36331b0b;p=dbsrgits%2FDBM-Deep.git Added cover_db to list of cleanup items --- diff --git a/Build.PL b/Build.PL index 5f06a32..7230b08 100644 --- a/Build.PL +++ b/Build.PL @@ -18,7 +18,7 @@ my $build = Module::Build->new( }, create_makefile_pl => 'traditional', add_to_cleanup => [ - 'META.yml', '*.bak', '*.gz', 'Makefile.PL', 't/test*.db', + 'META.yml', '*.bak', '*.gz', 'Makefile.PL', 't/test*.db', 'cover_db' ], );