[Catalyst] CPAN release of Alien::GvaScript and Pod::POM::Web,
bug in boilerplate.t
Dami Laurent (PJ)
laurent.dami at justice.ge.ch
Fri Mar 9 10:57:45 GMT 2007
> -----Message d'origine-----
> De : Marcello Romani [mailto:mromani at ottotecnica.com]
> Hi, I have just tried to install them on Linux and GvaScript
> installation fails because of this:
>
> t/boilerplate.....ok 1/3couldn't open lib\Alien\GvaScript.pm for
> reading: No such file or directory at t/boilerplate.t line 9.
>
> It seems to me you have some windows-specific path-slashes
> hardcoded somewhere...
>
> De : Ryan Lauterbach [mailto:ryan at radianit.com]
>
> I needed adjust one of tests to work on linux.
>
> --- boilerplate.t.orig 2007-03-09 09:59:16.000000000 +0000
> +++ boilerplate.t 2007-03-09 09:57:54.000000000 +0000
> @@ -45,4 +45,4 @@
> );
> }
>
> -module_boilerplate_ok('lib\Alien\GvaScript.pm');
> +module_boilerplate_ok('lib/Alien/GvaScript.pm');
>
Thanks for your feedback.
Looks like Module::Starter is generating buggy tests !
I just removed the "boilerplate.t" test, useless at this stage.
Fixed in version 1.01, just uploaded to CPAN.
More information about the Catalyst
mailing list