diff options
-rw-r--r-- | dist/IO/Makefile.PL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/IO/Makefile.PL b/dist/IO/Makefile.PL index 2159f43e49..70ffe12acf 100644 --- 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 ? () : ( |