diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-11 13:05:28 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-11 13:05:28 +0000 |
commit | ad9da12857c524c37b6f927f1eb820e0d8a3f638 (patch) | |
tree | bc1fefa2404df4b209a7e01eae5fcc53dd686d16 /lib/Shell.pm | |
parent | 9597a80ff342f48dfe496f06722f3cd183dad1b6 (diff) | |
download | perl-ad9da12857c524c37b6f927f1eb820e0d8a3f638.tar.gz |
Upgrade to Shell 0.72 (noticed by Jerry D. Hedden)
p4raw-id: //depot/perl@30905
Diffstat (limited to 'lib/Shell.pm')
-rw-r--r-- | lib/Shell.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Shell.pm b/lib/Shell.pm index e9af9c4324..082388402a 100644 --- a/lib/Shell.pm +++ b/lib/Shell.pm @@ -6,7 +6,7 @@ use File::Spec::Functions; our($capture_stderr, $raw, $VERSION, $AUTOLOAD); -$VERSION = '0.7'; +$VERSION = '0.72'; sub new { bless \my $foo, shift } sub DESTROY { } @@ -34,8 +34,6 @@ use constant OS => $^O; =begin private -=over - =item B<_make_cmd> $sub = _make_cmd($cmd); @@ -43,8 +41,6 @@ use constant OS => $^O; Creates a closure which invokes the system command C<$cmd>. -=back - =end private =cut |