completely new to perl here and wanting to use PAR::Packer to generate
a stand-alone of my app for use on a remote machine. i've stumbled my
way through the install of PAR and PAR::Packer successfully, i think.

to install:
cpan> make install PAR
cpan> make install PAR::Packer

but when i put "use PAR::Packer" in my script it bombs with the
following message:
Can't locate Module/ScanDeps.pm in @INC (@INC contains: CODE(0x5052a4)
C:/strawb
erry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/
lib . CODE(0
x5055bc)) at C:/strawberry/perl/site/lib/PAR/Packer.pm line 35.
BEGIN failed--compilation aborted at C:/strawberry/perl/site/lib/PAR/
Packer.pm l
ine 35.
Compilation failed in require at search.pl line 7.
BEGIN failed--compilation aborted at search.pl line 7.

ScanDeps.pm does exist in my strawberry directory, just not in the
@INC locations.

also:
cpan> install PAR
PAR is up to date (1.002).

cpan> install PAR::Packer
PAR::Packer is up to date (1.007).

I'm running Windows 7, Perl 5.

any help would be greatly appreciated.

ryan

Reply via email to