projects
/
p5sagit/Config-Any.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5f5b9e4
)
revert remove of name() in Makefile.PL
v0.12
Brian Cassidy [Mon, 7 Apr 2008 18:21:00 +0000 (18:21 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
8338d40
..
0cbff10
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,6
+5,7
@@
if ( -e 'MANIFEST.SKIP' ) {
}
perl_version '5.006';
+name 'Config-Any';
all_from 'lib/Config/Any.pm';