On 11/2/07, Dominique Quatravaux <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Christopher H. Laco a wrote:
> > Dear Dominique Quatravaux,
> >
> > This is a computer-generated report for Test-Group-0.07
> > on perl-5.8.8, created automatically by CPAN-Reporter-1.04
> > and sent to the CPAN Testers mailing list.
> >
> > [...]
> > t/10-external.............
> > #   Failed test at t/10-external.t line 208.
> > #                   '1..2
> > # '
> > #     doesn't match '(?m-xis:^not ok 1.*\*died\*)'
>
> Sorry I don't do Windows and I have no idea of what's going on here.
> How can I proceed from there? Is it possible for you to offer some
> kind of remote access?
>
> Thanks in advance,
>
> - --
> << Tout n'y est pas parfait, mais on y honore certainement les
> jardiniers >>
>
>             Dominique Quatravaux <[EMAIL PROTECTED]>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iQCVAwUBRytDafTYH7KfeIIFAQK9aAQAjXlH2ADAIG1SCCbTCV13AysU56scyTtC
> lsqpbUGr7PgdM86qY/8676mRZCeEZDGhQXxjROCPUZUosRX/H3MpzTFzbU9/0Te0
> SQazbsCY9issL4B5NuRxuuv498E59kN5HbpcvFYWkgDapLKQFXw/BBt9AomdmB91
> JB07UQCW1Mo=
> =haVI
> -----END PGP SIGNATURE-----
>
>
>

Dominique,
On Windows, Build.PL fails because of the quoting style you used.
Error: 'Can't find string terminator "'" anywhere before EOF at -e
line 1.'  Here's the snippet in question:
     # Fixes an @INC ordering problem dug up by CPAN testers, that causes
     # Module::Build's version detection algorithm to fail; see
     # http://www.nntp.perl.org/group/perl.cpan.testers/2007/02/msg422771.html
     if ( (! ($builder->prereq_failures &&
              $builder->prereq_failures->{requires}->{"Test::Simple"})) &&
          (`$^X -MTest::Builder -e 'print "ok" if
Test::Builder->can("create");'`
           !~ m/ok/) ) {
         die <<"MESSAGE";

This works great on *nix but barfs on Windows because it's expecting
the code passed with -e to be double quoted.

-- 
Matt "Mr. Muskrat" Musgrove

Reply via email to