Jannock;326159 Wrote: 
> 
> Does flipflip know about this issue?

Yes. Add a line to the file /volume1/SSODS/lib/perl5/5.8.8/overload.pm

Change 

Code:
--------------------
    
  package overload;
  
  our $VERSION = '1.04';
  
  
--------------------


to


Code:
--------------------
    
  package overload;
  
  use Scalar::Util qw(blessed);
  
  our $VERSION = '1.04';
  
  
--------------------


flip

P.S. Not sure if this change is OK. But it help here.


-- 
flipflip

Check out flipflip's 'SlimServer On DiskStation (SSODS)'
(http://oinkzwurgl.org/ssods/)!
------------------------------------------------------------------------
flipflip's Profile: http://forums.slimdevices.com/member.php?userid=5223
View this thread: http://forums.slimdevices.com/showthread.php?t=48674

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to