make ReadLineHistory history file location portable
[p5sagit/Devel-REPL.git] / Makefile.PL
index 2752336..2ea7a6c 100644 (file)
@@ -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';