diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-16 20:43:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-16 20:43:15 +0000 |
commit | 14fe70c2d1778829732c0549106909ab5b329425 (patch) | |
tree | 3fbb301923e0067108295c0e7429e42c1ae9e55f /lib/Shell.pm | |
parent | 88d01e8dd0be693cf54a3bafc9974fa70eda2ddd (diff) | |
download | perl-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.pm | 2 |
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); |