OK, looks like the DBIx::Class API has changed:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg03715.html

The workaround mentioned in that thread works, just add


Code:
--------------------
    
  *** Schema.pm.old       2007-07-11 01:10:18.000000000 -0700
  --- Schema.pm   2007-07-11 17:54:51.000000000 -0700
  ***************
  *** 94,99 ****
  --- 94,101 ----
  
  =cut
  
  + sub mk_classaccessor { shift->mk_classdata(@_); }
  +
  sub init {
  my $class = shift;
  
  
--------------------


Looks like the fixed version of dbix just didn't make it to Debian
unstable yet, but it will.


-- 
dimitris
------------------------------------------------------------------------
dimitris's Profile: http://forums.slimdevices.com/member.php?userid=2876
View this thread: http://forums.slimdevices.com/showthread.php?t=36734

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to