Hi Ferruccio,
Ferruccio Zamuner said:
>
> Yes, of course.
I'm afraid I can't find anything looking like the cause in there, but
there are still some things we can try.
Did you install an older version of Catalyst via port/package management?
Could you try
make install UNINST=1
and re-run the test-suite? This will remove old package versions. Finally,
to gather some more information, could you post a link to the output of
perl -Ilib -It/lib -MTestApp -e'use Data::Dumper ; print Dumper \%INC'
and
perl -Ilib -It/lib -MTestApp -e'for (keys %INC)
{ s|/|::|g ; s/\.pm$// ; printf( "%s %s\n", $_, $_->VERSION ) }'
in the dist directory?
Thanks again,
phaylon
_______________________________________________
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/