On Wed, 12 Jun 2002 04:00:08 +0200 (MEST), Louis Pouzin wrote: >It's a bona fide Mac file, no LF, only CR. I don't remember where I got it. It >contains Perl code followed by __END__ followed by Pod stuff. At the end there is >Copyright 1995-1999, Gisle Aas. > >There are only 5 subs inside: >time2str, str2time, parse_date, time2iso, time2isoz. > >I looked at it, thought it would fit my needs, and put it in site_perl. I didn't run >Autosplit. Was it needed ?
Only if it uses AutoLoader. From your description, I doubt it. What does the "package" line at the top of the module say? Commonly, the path to the file must very closely match the package name -- and the "use" statement as well. -- Bart.