projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cd22fb0
)
Make META.yml parsable by working around what i think is a Module::Install bug.
0.10
Florian Ragwitz [Fri, 20 Feb 2009 13:40:23 +0000 (14:40 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
03d359a
..
703dbc4
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-6,7
+6,7
@@
use inc::Module::Install;
name q{namespace-clean};
license q{perl};
-author q{Robert 'phaylon' Sedlacek <rs@474.at>};
+author q{Robert 'phaylon'' Sedlacek <rs@474.at>};
all_from q{lib/namespace/clean.pm};
build_requires q{Test::More}, '0.62';