princepawn has asked for the wisdom of the Perl Monks concerning the following question:
[localhost:Seamstress/Seamstress/t] metaperl% head -4 ./Simple/Class/C +lass.pm package Simple::Class; 1; [localhost:Seamstress/Seamstress/t] metaperl% perl -I. -MSimple::Class Can't locate Simple/Class.pm in @INC (@INC contains: . /Users/metaperl +/install/\ lib/site_perl/5.7.2/darwin /Users/metaperl/install/lib/site_perl/5.7.2 + /Users/m\ etaperl/install/lib/5.7.2/darwin /Users/metaperl/install/lib/5.7.2 /Us +ers/metap\ erl/install/lib/site_perl/5.7.2/darwin /Users/metaperl/install/lib/sit +e_perl/5.\ 7.2 /Users/metaperl/install/lib/site_perl .). BEGIN failed--compilation aborted. [localhost:Seamstress/Seamstress/t] metaperl% mv ./Simple/Class/Class. +pm ./Simp\ le/ [localhost:Seamstress/Seamstress/t] metaperl% perl -I. -MSimple::Class [localhost:Seamstress/Seamstress/t] metaperl%
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: locating a module created with h2xs via require and use --- effect of extra directory?
by chipmunk (Parson) on Nov 09, 2001 at 23:58 UTC | |
|
Re: locating a module created with h2xs via require and use --- effect of extra directory?
by japhy (Canon) on Nov 10, 2001 at 00:18 UTC |