[Catalyst] 5.7 upgrade - DBIC::S::L error.

Brandon Black blblack at gmail.com
Wed Jul 26 22:56:25 CEST 2006


On 7/26/06, leonard.a.jaffe at jpmchase.com <leonard.a.jaffe at jpmchase.com> wrote:
>
> This is the error message when I start the dev_server.pl process
>
>
> $ script/dtsis_server.pl -r -k
> Subroutine run redefined at
> D:/Perl/site/lib/Catalyst\Engine\HTTP\Restarter.pm line 9.
> loader_options should be set before connecting the schema, see the
> DBIx::Class::Schema::Loader docs at D:/Perl/site/lib/
> DBIx/Class/Schema/Loader.pm line 166.
> [debug] Debug messages enabled
> [debug] Loaded plugins:
>
>
> I've verified that  DBIC::S::L is not the problem by writing a stand-alone
> schema loader class and using it from a script.
> I am definitely calling loader_options() before calling connect/connection.
>

Is this an error, or just a warning?  It should be just a warning, and
I would expect that things still work.  As for getting rid of the
warning: is DBIx::Class::Schema::Loader at the latest rev?

-- Brandon



More information about the Catalyst mailing list