X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fexceptions.pl;h=ed1f927d270dd5fbe8553df8fe7fd5ad839d552c;hb=4499d6b9d14594604210bc28005c5e4ab2e49947;hp=02c4498d3211096032ad2020326e3522d37c76ce;hpb=99b89507a1fb507cf2635775ed834be00409c207;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/exceptions.pl b/lib/exceptions.pl index 02c4498..ed1f927 100644 --- a/lib/exceptions.pl +++ b/lib/exceptions.pl @@ -1,5 +1,12 @@ # exceptions.pl # tchrist@convex.com +# +# 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. +# # # Here's a little code I use for exception handling. It's really just # glorfied eval/die. The way to use use it is when you might otherwise