From: Ilya Zakharevich Date: Mon, 5 Feb 1996 19:45:07 +0000 (-0500) Subject: [deprecate %OVERLOAD] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e932a6dbe1ec55ad4debcaca8cb567e23b50271a;p=p5sagit%2Fp5-mst-13.2.git [deprecate %OVERLOAD] Chip Salzenberg writes: > > According to Paul Marquess: > > use vars qw($VERSION @ISA @EXPORT); > > It would be safe to add @EXPORT_OK, @EXPORT_FAIL, %EXPORT_TAGS, and > %OVERLOAD. You remind me ;-) --- diff --git a/pod/perlovl.pod b/pod/perlovl.pod index 3fb1525..208456d 100644 --- a/pod/perlovl.pod +++ b/pod/perlovl.pod @@ -6,3 +6,10 @@ perlovl - overload perl mathematical functions [superseded] This man page has been superseded by L. +=head1 WARNING + +The old interface involving %OVERLOAD is deprecated and will go away +RSN. Convert your scripts to +use overload ...; +style. +