Subject: | Cant -e a Perl module |
This is perl, v5.8.8 built for MSWin32-x86-multi-thread,
Strawberry, WinXp.
I made the setup thing work manually.
Show quoted text
xxx> goo -e MyModule.pm
Can't locate object method "get_file" via package "Goo::Thing" at
C:/strawberry-perl/perl/site/lib/Goo/Thing/p
m/TypeChecker.pm line 36.
It seems the $thing there isn't a FileThing. If I make that sub just
return 0 and run again, this happens:
Can't locate object method "get_full_path" via package "Goo::Thing" at
C:/strawberry-perl/perl/site/lib/Goo/Th
ing/pm/Perl5Editor.pm line 73.
So, same thing.
/J