Change use|require 5.005_64 to use|require 5.6.1.
Jarkko Hietaniemi [Sun, 16 Sep 2001 20:43:15 +0000 (20:43 +0000)]
p4raw-id: //depot/perl@12041

33 files changed:
ext/Data/Dumper/Dumper.pm
ext/Devel/DProf/DProf.pm
ext/IO/lib/IO/File.pm
ext/IO/lib/IO/Handle.pm
ext/IO/lib/IO/Pipe.pm
ext/IO/lib/IO/Seekable.pm
ext/Opcode/Opcode.pm
lib/AnyDBM_File.pm
lib/AutoSplit.pm
lib/Class/Struct.pm
lib/Dumpvalue.pm
lib/ExtUtils/Command.pm
lib/ExtUtils/Install.pm
lib/ExtUtils/Installed.pm
lib/ExtUtils/Liblist.pm
lib/ExtUtils/Mksymlists.pm
lib/ExtUtils/Packlist.pm
lib/Fatal.pm
lib/FileHandle.pm
lib/Math/Trig.pm
lib/Net/Ping.pm
lib/Net/hostent.pm
lib/Net/netent.pm
lib/Net/protoent.pm
lib/Net/servent.pm
lib/Shell.pm
lib/Tie/Array.pm
lib/Tie/Handle.pm
lib/Time/gmtime.pm
lib/Time/localtime.pm
lib/User/grent.pm
lib/base.pm
lib/fields.pm

index 77e9426..5897e1f 100644 (file)
@@ -13,7 +13,7 @@ $VERSION = '2.103';
 
 #$| = 1;
 
-require 5.005_64;
+require 5.6.1;
 require Exporter;
 use XSLoader ();
 require overload;
index 38082fc..728509c 100644 (file)
@@ -1,4 +1,4 @@
-require 5.005_64;
+require 5.6.1;
 
 =head1 NAME
 
index 569c280..3b695bb 100644 (file)
@@ -103,7 +103,7 @@ Derived from FileHandle.pm by Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
 
 =cut
 
-require 5.005_64;
+require 5.6.1;
 use strict;
 our($VERSION, @EXPORT, @EXPORT_OK, @ISA);
 use Carp;
index 8d9de0f..03b4774 100644 (file)
@@ -247,7 +247,7 @@ Derived from FileHandle.pm by Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
 
 =cut
 
-require 5.005_64;
+require 5.6.1;
 use strict;
 our($VERSION, @EXPORT_OK, @ISA);
 use Carp;
index 27b5ad0..0868e81 100644 (file)
@@ -6,7 +6,7 @@
 
 package IO::Pipe;
 
-require 5.005_64;
+require 5.6.1;
 
 use IO::Handle;
 use strict;
index 89e8955..987cbc3 100644 (file)
@@ -94,7 +94,7 @@ Derived from FileHandle.pm by Graham Barr E<lt>gbarr@pobox.comE<gt>
 
 =cut
 
-require 5.005_64;
+require 5.6.1;
 use Carp;
 use strict;
 our($VERSION, @EXPORT, @ISA);
index 8c7d254..544b284 100644 (file)
@@ -1,6 +1,6 @@
 package Opcode;
 
-require 5.005_64;
+require 5.6.1;
 
 use strict;
 
index ce85049..476df47 100644 (file)
@@ -1,6 +1,6 @@
 package AnyDBM_File;
 
-use 5.005_64;
+use 5.6.1;
 our $VERSION = '1.00';
 our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA;
 
index ff2e8b5..281d5c6 100644 (file)
@@ -1,6 +1,6 @@
 package AutoSplit;
 
-use 5.005_64;
+use 5.6.1;
 use Exporter ();
 use Config qw(%Config);
 use Carp qw(carp);
index a3d235c..ee23190 100644 (file)
@@ -2,7 +2,7 @@ package Class::Struct;
 
 ## See POD after __END__
 
-use 5.005_64;
+use 5.6.1;
 
 use strict;
 use warnings::register;
index 9794625..456261a 100644 (file)
@@ -1,4 +1,4 @@
-use 5.005_64;                  # for (defined ref) and $#$v and our
+use 5.6.1;                     # for (defined ref) and $#$v and our
 package Dumpvalue;
 use strict;
 our $VERSION = '1.00';
index d77580a..5e78602 100644 (file)
@@ -1,6 +1,6 @@
 package ExtUtils::Command;
 
-use 5.005_64;
+use 5.6.1;
 use strict;
 # use AutoLoader;
 use Carp;
index 15e6e9c..d701042 100644 (file)
@@ -1,6 +1,6 @@
 package ExtUtils::Install;
 
-use 5.005_64;
+use 5.6.1;
 our(@ISA, @EXPORT, $VERSION);
 $VERSION = substr q$Revision: 1.29 $, 10;
 # $Date: 1998/01/25 07:08:24 $
index 4c379e1..942185e 100644 (file)
@@ -1,6 +1,6 @@
 package ExtUtils::Installed;
 
-use 5.005_64;
+use 5.6.1;
 use strict;
 use Carp qw();
 use ExtUtils::Packlist;
index aa3ba0c..ae565fc 100644 (file)
@@ -21,7 +21,7 @@ package ExtUtils::Liblist::Kid;
 # This kid package is to be used by MakeMaker.  It will not work if
 # $self is not a Makemaker.
 
-use 5.005_64;
+use 5.6.1;
 # Broken out of MakeMaker from version 4.11
 
 our $VERSION = substr q$Revision: 1.27 $, 10;
index db12cd3..5861131 100644 (file)
@@ -1,6 +1,6 @@
 package ExtUtils::Mksymlists;
 
-use 5.005_64;
+use 5.6.1;
 use strict qw[ subs refs ];
 # no strict 'vars';  # until filehandles are exempted
 
index 4a6bfdf..7b664d1 100644 (file)
@@ -1,6 +1,6 @@
 package ExtUtils::Packlist;
 
-use 5.005_64;
+use 5.6.1;
 use strict;
 use Carp qw();
 our $VERSION = '0.04';
index 1496117..9b0f28a 100644 (file)
@@ -1,6 +1,6 @@
 package Fatal;
 
-use 5.005_64;
+use 5.6.1;
 use Carp;
 use strict;
 our($AUTOLOAD, $Debug, $VERSION);
index fecf51a..51c73be 100644 (file)
@@ -1,6 +1,6 @@
 package FileHandle;
 
-use 5.005_64;
+use 5.6.1;
 use strict;
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK);
 
index b10cda6..e4732c1 100644 (file)
@@ -7,7 +7,7 @@
 require Exporter;
 package Math::Trig;
 
-use 5.005_64;
+use 5.6.1;
 use strict;
 
 use Math::Complex qw(:trig);
index dc1d061..8226a97 100644 (file)
@@ -12,7 +12,7 @@ package Net::Ping;
 # Copyright (c) 2001, Colin McMillen.  All rights reserved.  This
 # program is free software; you may redistribute it and/or modify it
 # under the same terms as Perl itself.
-use 5.005_64;
+use 5.6.1;
 require Exporter;
 
 use strict;
index 0a22389..44537a2 100644 (file)
@@ -1,7 +1,7 @@
 package Net::hostent;
 use strict;
 
-use 5.005_64;
+use 5.6.1;
 our $VERSION = '1.00';
 our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 BEGIN { 
index d5ce22e..210da62 100644 (file)
@@ -1,7 +1,7 @@
 package Net::netent;
 use strict;
 
-use 5.005_64;
+use 5.6.1;
 our $VERSION = '1.00';
 our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 BEGIN { 
index 2c3db88..5bd0b83 100644 (file)
@@ -1,7 +1,7 @@
 package Net::protoent;
 use strict;
 
-use 5.005_64;
+use 5.6.1;
 our $VERSION = '1.00';
 our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 BEGIN { 
index 18c7fb5..eaf621a 100644 (file)
@@ -1,7 +1,7 @@
 package Net::servent;
 use strict;
 
-use 5.005_64;
+use 5.6.1;
 our $VERSION = '1.00';
 our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 BEGIN {
index defb5d7..5d2f217 100644 (file)
@@ -1,5 +1,5 @@
 package Shell;
-use 5.005_64;
+use 5.6.1;
 use strict;
 use warnings;
 our($capture_stderr, $VERSION, $AUTOLOAD);
index 7703c13..c751d5b 100644 (file)
@@ -1,6 +1,6 @@
 package Tie::Array;
 
-use 5.005_64;
+use 5.6.1;
 use strict;
 use Carp;
 our $VERSION = '1.02';
index d8e5526..8e40589 100644 (file)
@@ -1,6 +1,6 @@
 package Tie::Handle;
 
-use 5.005_64;
+use 5.6.1;
 our $VERSION = '4.1';
 
 =head1 NAME
index 6ff4bc8..a6b95f3 100644 (file)
@@ -2,7 +2,7 @@ package Time::gmtime;
 use strict;
 use Time::tm;
 
-use 5.005_64;
+use 5.6.1;
 our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
 BEGIN { 
     use Exporter   ();
index 0ca07af..5ac12e0 100644 (file)
@@ -2,7 +2,7 @@ package Time::localtime;
 use strict;
 use Time::tm;
 
-use 5.005_64;
+use 5.6.1;
 our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
 BEGIN {
     use Exporter   ();
index fd6fe56..e146ec0 100644 (file)
@@ -1,7 +1,7 @@
 package User::grent;
 use strict;
 
-use 5.005_64;
+use 5.6.1;
 our $VERSION = '1.00';
 our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 BEGIN { 
index 4a71c85..00391b4 100644 (file)
@@ -44,7 +44,7 @@ L<fields>
 
 package base;
 
-use 5.005_64;
+use 5.6.1;
 our $VERSION = "1.02";
 
 sub import {
index ac3de1e..5374848 100644 (file)
@@ -127,7 +127,7 @@ L<perlref/Pseudo-hashes: Using an array as a hash>
 
 =cut
 
-use 5.005_64;
+use 5.6.1;
 use strict;
 no strict 'refs';
 use warnings::register;