projects
/
gitmo/Moose-Autobox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0b06436
)
Revert "remove noisy, stupid Module::Install stuff"
Florian Ragwitz [Fri, 28 May 2010 12:24:05 +0000 (14:24 +0200)]
This reverts commit
0b064362f2be250cce145f275a53d938a83ad270
.
Not stupid. And not noisy with recent Module::Install versions.
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
d01cf9e
..
9a35aa8
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,6
+1,7
@@
use strict;
use warnings;
-use inc::Module::Install;
+use inc::Module::Install 0.96;
+use Module::Install::ExtraTests;
name('Moose-Autobox');
all_from('lib/Moose/Autobox.pm');