Deprecate bigint.pl with a warning
Steffen Mueller [Wed, 2 Sep 2009 16:36:27 +0000 (18:36 +0200)]
lib/bigint.pl

index bd1d91f..a31bfec 100644 (file)
@@ -5,9 +5,15 @@ package bigint;
 #
 # In particular, this should not be used as an example of modern Perl
 # programming techniques.
+# This legacy library is deprecated and will be removed in a future
+# release of perl.
 #
 # 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