projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ffed8b0
)
Added cover_db to list of cleanup items
rkinyon [Tue, 14 Feb 2006 20:11:03 +0000 (20:11 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
5f06a32
..
7230b08
100644
(file)
--- 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'
],
);