sman has asked for the wisdom of the Perl Monks concerning the following question:
I have a snippet as following. Why the result is 'DBIx::Class' rather than 'DBIx::Class::Core'?
Thank.package Result::Event; use Moose; extends 'DBIx::Class::Core'; print __PACKAGE__->component_base_class();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: a short question
by Anonymous Monk on Jan 23, 2010 at 02:08 UTC | |
by Anonymous Monk on Jan 23, 2010 at 02:09 UTC | |
by sman (Beadle) on Jan 23, 2010 at 02:54 UTC |