X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/bac1e407dad322395357fbe816faf1475c29564b..2fe8bdbd8f254afbafdd3be0139e6df0e570b622:/lib/filetest.pm diff --git a/lib/filetest.pm b/lib/filetest.pm index b08f1dc..a404983 100644 --- a/lib/filetest.pm +++ b/lib/filetest.pm @@ -1,6 +1,6 @@ package filetest; -our $VERSION = '1.02'; +our $VERSION = '1.03'; =head1 NAME @@ -71,7 +71,7 @@ of the operators is a filename, not when it is a filehandle. Because access() does not invoke stat() (at least not in a way visible to Perl), B. This means that the outcome of the following two tests is different. The first has the stat -bits of C in C<_>, and in the second case this still +bits of F in C<_>, and in the second case this still contains the bits of C. { -d '/etc';