Fri Jun 06 15:53:43 2014: Request 96288 was acted upon.
Transaction: Ticket created by dougk....@gmail.com
       Queue: PAR
     Subject: PAR::Packer unable to build under Win32/ActivePerl v5.14.2
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: dougk....@gmail.com
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96288 >


I received an error building PAR::Packer under ActivePerl v5.14.2 on
Windows 7 (64-bit).  The specific error was because MakeMaker would fail on
the "use File::Glob ':bsd_glob';" for this version of Perl.

Correct me if I'm mistaken, but it appears that, with the way File::Glob is
being used, this can be changed to just "use File::Glob;" and where glob()
is used in find_dll() can be changed to bsd_glob() (it doesn't look like it
depends on the special behavior that "use File::Glob ':bsd_glob';" gives).
 At least, in my case, this allowed me to successfully build and run
PAR::Packer 1.018.

I'll attach "perl -v" and "perl -V" output separately, but I am using PAR
1.007 and PAR-Dist 0.49 from ActiveState's build, and managed to build
PAR-Packer 1.018 by hand (let CPAN do most of the heavy lifting, and re-ran
the makefile myself)

Thanks!

Reply via email to