[Catalyst] Problem with Catalyst-Run-5.7000 tests
Robert 'phaylon' Sedlacek
phaylon at dunkelheit.at
Mon Jul 17 17:26:07 CEST 2006
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
More information about the Catalyst
mailing list