develooper Front page | perl.perl5.porters | Postings from September 2009

[PATCH] Suppress newly added deprecation warnings from test output

Thread Next
From:
Jerry D. Hedden
Date:
September 2, 2009 14:13
Subject:
[PATCH] Suppress newly added deprecation warnings from test output
Message ID:
1ff86f510909021413w4f71462et63d8e755e31db69c@mail.gmail.com
Some of the newly-added *.pl deprecation warnings result in
contamination of the test output:

lib/bigfloatpl................................................The
'bigint.pl' legacy library is deprecated and will be removed in the
next major release of perl. Please use the Math::BigInt module
instead. at ../lib/bigint.pl line 13.
The 'bigfloat.pl' legacy library is deprecated and will be removed in
the next major release of perl. Please use the Math::BigFloat module
instead. at ../lib/bigfloat.pl line 14.
ok
lib/bigintpl..................................................The
'bigint.pl' legacy library is deprecated and will be removed in the
next major release of perl. Please use the Math::BigInt module
instead. at ../lib/bigint.pl line 13.
ok

lib/Time/Local................................................The
'timelocal.pl' legacy library is deprecated and will be removed in the
next major release of perl. Please use the Time::Local module instead.
at ../lib/timelocal.pl line 22.
ok

The attached patch 'fixes' these.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About