projects
/
gitmo/MRO-Compat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
88cf646
)
Stop using auto_install in Makefile.PL.
Florian Ragwitz [Tue, 24 Mar 2009 23:37:33 +0000 (
00:37
+0100)]
Coursesy of Simon Bertrang.
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
eeab590
..
68b28c7
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-15,5
+15,4
@@
if($] < 5.009_005) {
system("pod2text lib/MRO/Compat.pm >README") if -e 'MANIFEST.SKIP';
auto_provides;
-auto_install;
WriteAll;