From: Ford, A. <and...@AG...> - 2006-01-30 16:56:25
|
> -----Original Message----- > From: Mike Schilli [mailto:m...@pe...] > Sent: Sunday, January 29, 2006 2:10 AM > > > > > > perl -MLog::Log4perl -le 'print $Log::Log4perl::VERSION' > > > > > > should print 1.02. > > > > > > > It's log4perl 1.02. >=20 > Looks like Carp isn't working correctly on this platform. What does >=20 > perl -MCarp -le 'print $Carp::VERSION' >=20 > print? Prints nothing, just a newline. Is that bad in perl 5.6.1? perl -e 'use Carp' is fine, but no version. Let me see here...Looked in the Carp.pm file and there's no $VERSION in it. What else can I try to test my Carp? Andy Ford A.G. Edwards & Sons Technology Group, Inc. Enterprise Event Management 314-955-6647 and...@ag... ---------------------------------------------------------------------------= ---------- A.G. Edwards & Sons' outgoing and incoming e-mails are electronically archived and subject to review and/or disclosure to someone other=20 than the recipient. ---------------------------------------------------------------------------= ---------- |