Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 5113
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: pwhitney [...] mit.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.79
Fixed in: (no value)



Subject: Possible dereferece issue when using -M ??
Hi... When trying to include Tk and Date::Calc I issued the command: C:\Documents and Settings\Patrick\Desktop\devel>pp -M Tk -M Date::Calc -o executable.exe myPerlScript.pl Then attempted to exectue the resulting binary only to recieve: C:\Documents and Settings\Patrick\Desktop\devel>executable.exe Can't locate Tk.pm in @INC (@INC contains: CODE(0xdb5620) CODE(0xd267e4) .) at script/myPerlScript.pl line 1. BEGIN failed--compilation aborted at script/myPerlScript.pl line 1. I am using ActivePerl build 808 (5.8.2) and manually installed (perl Makefile... etc) Par 0.79 OS is XPPro SP1
[guest - Thu Jan 29 14:34:57 2004]: Show quoted text
> When trying to include Tk and Date::Calc I issued the command: > C:\Documents and Settings\Patrick\Desktop\devel>pp -M Tk -M > Date::Calc -o executable.exe myPerlScript.pl > Then attempted to exectue the resulting binary only to recieve: > C:\Documents and Settings\Patrick\Desktop\devel>executable.exe > Can't locate Tk.pm in @INC (@INC contains: CODE(0xdb5620) > CODE(0xd267e4) .) at script/myPerlScript.pl line 1. > BEGIN failed--compilation aborted at script/myPerlScript.pl line 1. > I am using ActivePerl build 808 (5.8.2) and manually installed (perl > Makefile... etc) Par 0.79
Hi there, this has been located and solved in PAR 0.80, and is confirmed to work on ActivePerl 809, PAR 0.81 as well. Thanks for your report, and sorry for my belated reply. Cheers, /Autrijus/