X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbigrat.pl;h=2d3738f805b9ac7b596a7fa1e83d87ef11bc1080;hb=c1e8580e8ecd78fc1f67b0caa695b9884a700d93;hp=fb436ce570814edd15ebe285c2315664d60e3ed2;hpb=748a93069b3d16374a9859d1456065dd3ae11394;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/bigrat.pl b/lib/bigrat.pl index fb436ce..2d3738f 100644 --- a/lib/bigrat.pl +++ b/lib/bigrat.pl @@ -1,6 +1,12 @@ package bigrat; require "bigint.pl"; - +# +# This library is no longer being maintained, and is included for backward +# compatibility with Perl 4 programs which may require it. +# +# In particular, this should not be used as an example of modern Perl +# programming techniques. +# # Arbitrary size rational math package # # by Mark Biggar