X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbase%2Ft%2Ffp560.t;h=a068090dcc02c98982301646a395b85d8ca6b6a1;hb=036549e33639d565b91c920a89baa6a8d1be689e;hp=93bca34e2e09cf2064095e3abbc2801f5ae508eb;hpb=0468c23b4a060381f0e268482c29717cdf2ecfd2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/base/t/fp560.t b/lib/base/t/fp560.t index 93bca34..a068090 100644 --- a/lib/base/t/fp560.t +++ b/lib/base/t/fp560.t @@ -57,6 +57,11 @@ BEGIN { $w++; return; } + if ($_[0] =~ /^Pseudo-hashes are deprecated/ && + ($] >= 5.008 && $] < 5.009)) { + print "# $_[0]"; # Yes, we know they are deprecated. + return; + } print $_[0]; }; }