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 ;-)
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.
+