[deprecate %OVERLOAD]
Ilya Zakharevich [Mon, 5 Feb 1996 19:45:07 +0000 (14:45 -0500)]
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 ;-)

pod/perlovl.pod

index 3fb1525..208456d 100644 (file)
@@ -6,3 +6,10 @@ perlovl - overload perl mathematical functions [superseded]
 
 This man page has been superseded by L<overload>.
 
+=head1 WARNING
+
+The old interface involving %OVERLOAD is deprecated and will go away
+RSN. Convert your scripts to
+use overload ...;
+style.
+