in reply to Is modifying the symbol table to redefine subroutines evil?
package OldeCrufte; use deprecated qw(do_hack); # calling OldeCrufte::do_hack() will carp
package OldeCrufte; use deprecated; # using the OldeCrufte module will carp
--
[ e d @ h a l l e y . c c ]
|
|---|