This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pod/Html.pm is now in ext/Pod-Html
[perl5.git] / lib / bigfloatpl.t
index a3810e3..0a26598 100644 (file)
@@ -10,7 +10,7 @@ BEGIN {
     # of testing. These tests will be removed along with bigfloat.pl in
     # the next major release of perl.
     local $SIG{__WARN__} = sub {
-        if ($_[0] !~ /deprecated/) {
+        if ($_[0] !~ /will be removed from the Perl core distribution/) {
             print(STDERR @_);
         }
     };