# of testing. These tests will be removed along with newgetopt.pl in
# the next major release of perl.
local $SIG{__WARN__} = sub {
# of testing. These tests will be removed along with newgetopt.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/) {
# of testing. These tests will be removed along with bigfloat.pl in
# the next major release of perl.
local $SIG{__WARN__} = sub {
# 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/) {
# of testing. These tests will be removed along with bigint.pl in
# the next major release of perl.
local $SIG{__WARN__} = sub {
# of testing. These tests will be removed along with bigint.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/) {