develooper Front page | perl.perl5.porters | Postings from March 2003

Re: [PATCH] making Exporter simpler to use

Thread Previous | Thread Next
From:
schwern
Date:
March 17, 2003 12:03
Subject:
Re: [PATCH] making Exporter simpler to use
Message ID:
20030317120316.C15729@ttul.org
On Mon, Mar 17, 2003 at 04:40:22PM +0000, Nick Ing-Simmons wrote:
> <schwern@pobox.com> writes:
> >On Thu, Feb 13, 2003 at 05:54:22PM +0000, Tim Bunce wrote:
> >> > > The current code isn't broken. It might not meet your aesthetic values, but
> >> > > it's not broken.
> 
> I am in catchup mode - but this thread "had" been going on for a while 
> and nobody "had" asked "Will this make Exporter even slower?"

Since all it should require for the normal case is adding an
     if( $pkg eq 'Exporter' and @_ ) { 
         return Exporter::Heavy::new_fancy_style(@_) 
     }
to import(), I don't think it will effect existing uses. 

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About