develooper Front page | perl.perl5.porters | Postings from June 2009

Re: [perl #42329] Carp::croak() replace user error message by own

Thread Previous | Thread Next
From:
Jim Cromie
Date:
June 29, 2009 05:31
Subject:
Re: [perl #42329] Carp::croak() replace user error message by own
Message ID:
cfe85dfa0906290531l641945eaic1e8197622ad78f7@mail.gmail.com
>> shouldn't affect performance. Moreover, if you wanna speedup Carp loading,
>> then there a lot of other techniques - like moving POD to the bottom of
>> file under __END__. Also consider just moving Carp::Heavy content to Carp,
>> this shouldn't increase Carp module load time by any noticeable value and
>> also allow to do some code cleanup.
>
> I tend to concur. Those days we have more CPU and memory resources, so
> a cleanup to merge Carp::Heavy in Carp is totally feasible.
>


By extension, this also applies to Config ?

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