[Catalyst] Problem with Catalyst Authorization

Nilson Santos Figueiredo Junior acid06 at gmail.com
Sat Jun 24 04:11:14 CEST 2006


On 6/23/06, hlampert at earthlink.net <hlampert at earthlink.net> wrote:
> I understand  DBIx::Class:Schema is now in vogue, but I do not have access to the schema
> variant of the model in a PPM.  I'm thinking this might be causing my problem, but I'm
> hoping not.

You should try installing a recent ActivePerl build and using the CPAN
shell instead of PPM.
In those newer versions, it already comes pre-configured, so you
really won't have that much issues.

Of course, you still won't be able to install modules that require
compilation, such as Set::Object, but that's easily solved by
installing GCC and then ActivePerl can also automatically configure
itself in order to use it.

The downside of using these newer and better AS Perl builds is that
because of some... erm... issues in Module::Install pre-0.61 you won't
be able to effortlessly install some things such as the newest
(5.6902) Catalyst and any other modules packaged with Module::Install
pre-0.61. But hopefully this is something that will stop happening in
the future.

-Nilson Santos F. Jr.



More information about the Catalyst mailing list