X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=2ea7a6cab60ce1534b29d2c54380a425dc41a853;hp=2752336f20c41481daf5cd4cb3a6c711686be786;hb=ef59b3d97bb334d0cb128efe7da8fbe5c28a021e;hpb=ab213f1fb1871c2b753fcea321938e8815a04c39 diff --git a/Makefile.PL b/Makefile.PL index 2752336..2ea7a6c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ use warnings; use inc::Module::Install 0.76; name 'Devel-REPL'; +perl_version '5.008001'; all_from 'lib/Devel/REPL.pm'; install_script 'script/re.pl';