* Jonathan Rockway <[EMAIL PROTECTED]> [2006-09-04 01:25]:
> > undef *{ __PACKAGE__ . "::begin" };
> 
> This is admittedly the first thing that came to mind, but the
> man page recommends that you write undef $package::{symbol}
> instead.

Ah, yes, the `%package::` hash. Forgot about that, sorry.

Still, the use-globref-to-assign approach I showed is even
better, since it’s 100% strict-checked.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to