Message-ID: <Pine.LNX.4.21.
0103271612250.2007-100000@marmot.rim.canoe.ca>
p4raw-id: //depot/perl@9428
-use 5.005_64;
+use 5.6.0;
+use warnings;
our(@ISA, @EXPORT, $VERSION, $Fileparse_fstype, $Fileparse_igncase);
require Exporter;
@ISA = qw(Exporter);
our $VERSION = '4.1';
-require 5.000;
+require 5.6.0;
require Exporter;
+use warnings;
=head1 NAME
sub validate {
local($file,$test,$warnings,$oldwarnings);
+ $warnings = 0;
foreach $check (split(/\n/,$_[0])) {
next if $check =~ /^#/;
next if $check =~ /^$/;
package File::Compare;
-use 5.005_64;
+use 5.6.0;
use strict;
+use warnings;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Too_Big);
require Exporter;
package File::Copy;
-use 5.005_64;
+use 5.6.0;
use strict;
+use warnings;
use Carp;
our(@ISA, @EXPORT, @EXPORT_OK, $VERSION, $Too_Big, $Syscopy_is_copy);
sub copy;
our $VERSION = '1.00';
use strict;
+use warnings;
sub doglob {
my $cond = shift;
package File::Find;
use strict;
-use 5.005_64;
+use warnings;
+use 5.6.0;
our $VERSION = '1.00';
require Exporter;
require Cwd;
=cut
-use 5.005_64;
+use 5.6.0;
use Carp;
use File::Basename ();
use Exporter ();
use strict;
+use warnings;
our $VERSION = "1.0404";
our @ISA = qw( Exporter );
package File::stat;
use strict;
+use warnings;
-use 5.005_64;
+use 5.6.0;
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
our $VERSION = '1.00';
for my $pass (@pass) {
- require File::Copy;
-
my $loopconst = $pass*$tests;
# First we create a file
and not -e "file-$$";;
printf "ok %d\n", 11+$loopconst;
unlink "lib/file-$$" or die "unlink: $!";
-
- # warn sprintf "INC->".$INC{"File/Copy.pm"};
- delete $INC{"File/Copy.pm"};
-
}