NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
cool! (Score:1)
I'd much prefer to be able to make "bar" after "no X 'bar'" be an exception rather than a no-op.
I'd also love to see a Sub::Exporter extension (this could be a kind of 'installer').
rjbs
Re:cool! (Score:1)
I'd much prefer to be able to make "bar" after "no X 'bar'" be an exception rather than a no-op.
That had crossed my mind as well. In this initial release, I went ahead and let the module quietly ignore the call. I intend to make exceptions an option (or the default behavior - I'm not sure yet).
I'd also love to see a Sub::Exporter extension (this could be a kind of 'installer').
I'll look at that. Thanks for the suggestion.
Reply to This
Parent