[Bast-commits] r4319 - trunk/Devel-REPL/lib/Devel
nothingmuch at dev.catalyst.perl.org
nothingmuch at dev.catalyst.perl.org
Mon May 5 15:59:36 BST 2008
Author: nothingmuch
Date: 2008-05-05 15:59:35 +0100 (Mon, 05 May 2008)
New Revision: 4319
Modified:
trunk/Devel-REPL/lib/Devel/REPL.pm
Log:
5.008001 instead of 5.8.1
Modified: trunk/Devel-REPL/lib/Devel/REPL.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL.pm 2008-05-05 09:41:20 UTC (rev 4318)
+++ trunk/Devel-REPL/lib/Devel/REPL.pm 2008-05-05 14:59:35 UTC (rev 4319)
@@ -3,7 +3,7 @@
use Term::ReadLine;
use Moose;
use namespace::clean -except => [ 'meta' ];
-use 5.8.1; # might work with earlier perls but probably not
+use 5.008001; # backwards compat, doesn't warn like 5.8.1
our $VERSION = '1.002001'; # 1.2.1
More information about the Bast-commits
mailing list