in reply to Re^7: Question about __PACKAGE__
in thread Question about __PACKAGE__

I have this assertion because seems the following line's function is to add additional base classes to the child class when child class is loaded. So I guess if I declared this inheritance relationship using 'extends' in the beginning, then I do not need to load it using this line. Am I right?
_PACKAGE__->load_components( "InflateColumn::DateTime", "Core" );

Replies are listed 'Best First'.
Re^9: Question about __PACKAGE__
by ikegami (Patriarch) on Jan 23, 2010 at 03:50 UTC
    That sounds like a question. It definitely does not answer the question. You've been expressing so much doubt about doing it, but you can't even give a reason for doing it in the first place, so don't do it.