[Bps-public-commit] Carp-REPL branch, master, updated. 12eb8e08873937041f62599f494386aac36d0015
sartak at bestpractical.com
sartak at bestpractical.com
Sat Jun 27 09:32:38 EDT 2009
The branch, master has been updated
via 12eb8e08873937041f62599f494386aac36d0015 (commit)
from 089c1ed7e76d0166cf58afea6a7c7fc3a2cfa81e (commit)
Summary of changes:
lib/Carp/REPL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 12eb8e08873937041f62599f494386aac36d0015
Author: Jesse Luehrs <doy at tozt.net>
Date: Mon Jun 15 21:59:05 2009 -0500
silence warning about v-string in use
diff --git a/lib/Carp/REPL.pm b/lib/Carp/REPL.pm
index b44d604..8b24aa6 100644
--- a/lib/Carp/REPL.pm
+++ b/lib/Carp/REPL.pm
@@ -1,7 +1,7 @@
package Carp::REPL;
use strict;
use warnings;
-use 5.6.0;
+use 5.006000;
our $VERSION = '0.14';
our $noprofile = 0;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list