summaryrefslogtreecommitdiff
path: root/lib/Shell.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-16 20:43:15 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-16 20:43:15 +0000
commit14fe70c2d1778829732c0549106909ab5b329425 (patch)
tree3fbb301923e0067108295c0e7429e42c1ae9e55f /lib/Shell.pm
parent88d01e8dd0be693cf54a3bafc9974fa70eda2ddd (diff)
downloadperl-14fe70c2d1778829732c0549106909ab5b329425.tar.gz
Change use|require 5.005_64 to use|require 5.6.1.
p4raw-id: //depot/perl@12041
Diffstat (limited to 'lib/Shell.pm')
-rw-r--r--lib/Shell.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Shell.pm b/lib/Shell.pm
index defb5d7109..5d2f2175d8 100644
--- a/lib/Shell.pm
+++ b/lib/Shell.pm
@@ -1,5 +1,5 @@
package Shell;
-use 5.005_64;
+use 5.6.1;
use strict;
use warnings;
our($capture_stderr, $VERSION, $AUTOLOAD);