sman has asked for the wisdom of the Perl Monks concerning the following question:

Hello everyone,

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
    What is component_base_class supposed to do? Where is it defined?
        I got it. still thank you for the reply