Hi, not quite sure what you are suggesting here. That looks like a patch
to Schema.pm (as opposed to text to add to the file) -- I also have two
copies of that file on my system, usr/share/perl5/DBIx/Class/Schema.pm
and /usr/share/perl5/Slim/Schema.pm. Which one should I be patching?
Both? 


-- Thanks

dimitris;213867 Wrote: 
> 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.


-- 
bbb
------------------------------------------------------------------------
bbb's Profile: http://forums.slimdevices.com/member.php?userid=5045
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