On Sat Nov 05 14:09:07 2011, ANDK wrote:
Show quoted text
As you might see from the perl ticket this turned out to be from a
different commit.
That commit changed base.pm so it no longer uses the module VERSION to
detect if the module has been loaded.
This meant that with the newer base.pm, the C<use base 'DBIx::Simple';>
in ORMesque.pm would load the real DBIx::Simple on top of the faked
DBIx::Simple, undoing all your hard work and producing a bunch of warnings.
I've attached a fix for ORMesque that will allow it to work with both
older and newer base.pm.
Tony