Hello!

I've created the DBIC model with helper script, all files are in place and seems to be OK.

However,

 my $model = $c->model('TrafficDB::Server');
 my $traffic = $c->model('TrafficDB::DailySummary');
...
 $c->log->info(ref $me);
 $c->log->info(ref $traffic);

yields

[info] Traffic2::M::TrafficDB::Server
[info] DBIx::Class::ResultSet

So sub's defined in DailySummary.pm are not loaded.

I have no idea on what can be wrong :( maybe someone will point me?

Alex.


_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to