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>