> -----Message d'origine----- > De : Marcello Romani [mailto:[EMAIL PROTECTED]
> 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:[EMAIL PROTECTED] > > 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. _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
