in reply to Re: multiple packages in one file and subroutine redifned warnings
in thread multiple packages in one file and subroutine redefined warnings

Doh. That's too easy. ;)

Guess I'll make a stab at a patch to the Class::DBI docs to mention that little fact, since they're fond of using examples with multiple packes in the same file - just without any sub definitions. :)

Well, the patch should be pretty easy: add a $VERSION to your base class if you don't want 'sub redef' warnings.

  • Comment on Re: Re: multiple packages in one file and subroutine redifned warnings