diff options
Diffstat (limited to 'lib/bigint.pl')
-rw-r--r-- | lib/bigint.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bigint.pl b/lib/bigint.pl index a31bfec82b..d28f0e27a0 100644 --- a/lib/bigint.pl +++ b/lib/bigint.pl @@ -10,10 +10,6 @@ package bigint; # # Suggested alternative: Math::BigInt -warn( "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." ); - # arbitrary size integer math package # # by Mark Biggar |