Skip Menu |

This queue is for tickets about the MozRepl CPAN distribution.

Report information
The Basics
Id: 88289
Status: new
Priority: 0/
Queue: MozRepl

People
Owner: Nobody in particular
Requestors: mike [...] mikebaas.org
Cc:
AdminCc:

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



Subject: Compiling MozRepl with pp - .exe fails
With a very simple MozRepl test script on Windows <pre> #!perl use strict; use warnings; use MozRepl; my $repl = MozRepl->new; $repl->setup; </pre> <pre> pp -o test.exe test.pl </pre> The end result: <pre> C:\Users\Administrator\Desktop\ie_fedex>test.exe [DEBUG] MozRepl logging enabled Can't locate object method "setup" via package "MozRepl::Client" at MozRepl.pm l ine 224. </pre>