# New Ticket Created by  Joshua Hoblitt 
# Please include the string:  [perl #38194]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38194 >


Simple profile suggests that pmc2c.pl is spending about 25% of it's
total execution time loading FindBin.  The lib path use of FindBin::Bin
can be replaced with 'use lib qw( . lib ../lib ../../lib );' while the
other uses of FindBin::Bin will have be replaced by values that are
interpolated by genfile().

-J

--

Attachment: pgpZ2SG7fFGJO.pgp
Description: PGP signature

Reply via email to