about summary refs log tree commit
path: root/t
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-06-04 13:50:33 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-06-04 13:50:33 +0100
commit80223cb0cdbd78a457cfe82124e9231790c6722a (patch)
tree1397db847297b699568588025bbd28c11b9394d6 /t
parentd282356dcbd6d6033c3faa48338e09621a169a5d (diff)
downloadperl-libnet-80223cb0cdbd78a457cfe82124e9231790c6722a.tar.gz
Note in more places that Perl 5.8.1 is now required
Diffstat (limited to 't')
-rw-r--r--t/netrc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/netrc.t b/t/netrc.t
index d06cf90..6281ef1 100644
--- a/t/netrc.t
+++ b/t/netrc.t
@@ -51,7 +51,7 @@ $Net::Netrc::TESTING=$Net::Netrc::TESTING=1;
 
 SKIP: {
         skip('incompatible stat() handling for OS', 4), next SKIP
-                if ($^O =~ /os2|win32|macos|cygwin/i or $] < 5.005);
+                if $^O =~ /os2|win32|macos|cygwin/i;
 
         my $warn;
         local $SIG{__WARN__} = sub {