I can'rt remember my perl very well but the compiler is flagging line
245 of Plugin.pm and you seem to be running an oldish version of Perl 


Code:
--------------------
    
  my $clen = $req->header('content-length') // 0;
  
--------------------


"//" means Logical OR but in older versions of Perl "//" is not
supported as logical OR only "||"

I suggest editing Plugin.pm and changing // to || and see if it works.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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

Reply via email to