Re: [Catalyst] auth_bootstrap.pl question

2010-08-05 Thread Marc Gamontini
Hi Kieren, The problem has been fixed by installing UNIVERSAL (::moniker etc.) modules. Nicolas said me that these missing modules shoud be added to avoid process breaking ( http://deps.cpantesters.org/?module=DBIx%3A%3AClass%3A%3ASchema%3A%3ALoaderperl=5.8.8os=Linux). He's looking for other

Re: [Catalyst] auth_bootstrap.pl question

2010-08-02 Thread Nicolas Voss
hi Kieren, tests were ok for DBIx::Class::Schema::Loader (test=pass after installation). What's wrong here? thank you in advance, marc Le 31 juil. 2010 à 01:16, Kieren Diment dim...@gmail.com a écrit : At a guess I think that there's something wrong with your installation of

Re: [Catalyst] auth_bootstrap.pl question

2010-08-02 Thread Kieren Diment
I checked the recent version bump (for windows compat) for problems. I can't replicate the problem on my system using a clean app. The error is with DBIx::Class::Schema::Loader, but it's difficult to tell what the origin of the problem might be from here. $ perl -MDBIx::Class::Schema::Loader\

Re: [Catalyst] auth_bootstrap.pl question

2010-08-02 Thread Tomas Doran
On 2 Aug 2010, at 08:51, Nicolas Voss wrote: tests were ok for DBIx::Class::Schema::Loader (test=pass after installation). What's wrong here? Can you install Devel::SimpleTrace and re-run auth_bootstrap.pl with PERL5OPTS=-MDevel::SimpleTrace in your environment? That should emit a stack

[Catalyst] auth_bootstrap.pl question

2010-07-30 Thread Marc Gamontini
Hi, Could you explain the error below (LolCatalyst example, Chapter 3, p74) ? We installed Catalyst::Helper::AuthDBIC and DBIx::Class::Schema::Loader (tests are ok). [...@localhost LolCatalyst-Lite]# auth_bootstrap.pl -credential http Use of uninitialized value in concatenation (.) or string at

Re: [Catalyst] auth_bootstrap.pl question

2010-07-30 Thread Kieren Diment
At a guess I think that there's something wrong with your installation of DBIx::Class;:Schema::Loader On 31/07/2010, at 12:35 AM, Marc Gamontini wrote: Hi, Could you explain the error below (LolCatalyst example, Chapter 3, p74) ? We installed Catalyst::Helper::AuthDBIC and