On Tue, Oct 25, 2011 at 11:33 PM, Marc Green <[email protected]> wrote: > I am using pp to create an executable from my perl script and am running > into problems. My script uses 5.14.0, and I can run it successfully by using > that version of perl via perlbrew. My system perl version is 5.10.1.
Sorry, dunno anything about perlbrew except skimming its home page. How does perlbrew do its switcheroo of installed perl versions? Obviously you must install PAR::Packer in all perlbrew managed versions and also use the corresponding pp. So what pp were you using? What's its #! line? In general, has $^X in a script which is run using perlbrew the "correct" value? Cheers, Roderich
