projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
40bf447
)
add Test::More as a prereq to Makefile.PL
author
Dominic Hargreaves <dom@earth.li>
Wed, 9 May 2012 18:09:18 +0000 (19:09 +0100)
committer
Tony Cook <tony@develop-help.com>
Mon, 2 Jul 2012 08:46:45 +0000 (18:46 +1000)
dist/IO/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/dist/IO/Makefile.PL
b/dist/IO/Makefile.PL
index
2159f43
..
70ffe12
100644
(file)
--- a/
dist/IO/Makefile.PL
+++ b/
dist/IO/Makefile.PL
@@
-33,6
+33,9
@@
WriteMakefile(
OBJECT => '$(O_FILES)',
ABSTRACT => 'Perl core IO modules',
AUTHOR => 'Graham Barr <gbarr@cpan.org>',
+ PREREQ_PM => {
+ 'Test::More' => 0,
+ },
( $PERL_CORE
? ()
: (