in reply to Re: Unable To Install XML::XSH2 On Microsoft Windows Under Strawberry Perl 5.16.2
in thread Unable To Install XML::XSH2 On Microsoft Windows Under Strawberry Perl 5.16.2
Yup, unportable makefiles are not portable :) unixisms don't travel well to nonunix
Even the following isn't fantastically portable but works on win32
$(PERL) -e " chdir(qw{ lib/XML/XSH2 }); @ENV{qw{ LC_ALL LANG }} = qw{ +C C }; require Grammar; XML::XSH2::Grammar::compile "
A better way to fix it is to use the http://search.cpan.org/perldoc/ExtUtils::MakeMaker#PL_FILES or writhe another tools/gen_compile.pl
But its not like the authors are unaware of all this :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unable To Install XML::XSH2 (because of bugs)
by Anonymous Monk on May 18, 2013 at 07:39 UTC |