[Dbix-class] Error in DBIx::Class::Exception on CPAN

Matt S Trout dbix-class at trout.me.uk
Wed Aug 10 20:35:40 CEST 2005


On Wed, Aug 10, 2005 at 01:43:36PM -0400, John Siracusa wrote:
> My perl (5.8.5) doesn't like the "use UNIVERSAL::require" line:

Looks like we forgot to add UNIVERSAL::require to the dependency list in
Build.PL when we imported the Exception code from Catalyst. If you CPAN
on this module and try again it should all be fine.

I'm guessing it wasn't spotted because everybody hacking on DBIx::Class
already has Catalyst installed, and hence UNIVERSAL::require :(

I've added the requirement to svn trunk so it will be fixed in 0.02.

-- 
     Matt S Trout           Website: http://www.shadowcatsystems.co.uk
  Technical Director        E-mail:  mst (at) shadowcatsystems.co.uk
Shadowcat Systems Ltd.

 + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Dbix-class mailing list