[EMAIL PROTECTED] wrote: > Here is the output when I start the dev_server.pl script. > > $ 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: > > So I looked into it a little. C::E::HTTP::Restarter ISA C::E::HTTP, but > C::E::HTTP requires C::E::HTTP::Restarter, which is where, I think, the > redefinition warning is being generated. > > At least it's being redefined with itself. > > Len.
This was fixed last night in the repo. In a nutshell, myapp_server.pl needs a 'require Catalyst::Engine::HTTP' in it. http://dev.catalyst.perl.org/changeset/4748 -=Chris
signature.asc
Description: OpenPGP digital signature
_______________________________________________ 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/
