bpa wrote:
> Yes that is exactly what I was talking about - I have used some code
> which is Perl 5.14 compatible but not 5.10 compatible.
>
> If you are able to edit the BBCiPlayer/Settings.pm file. The issue is a
> piece of logging code that can be commented out by adding a "#" in col.1
> line 118.
>
> The added "#" is in red.
>
> >
Code:
--------------------
> >
>
> sub handler {
> my ($class, $client, $params, $callback, @args) = @_;
> # $log->info("handler called " . Dumper(keys($params)));
>
>
> if ( $params->{'pref_loadmenuurl'} ) {
> $class->LoadMenuUrl($client, $params, $callback, \@args);
> return;
> }
>
--------------------
> >
That worked - thanks a million! We'd be lost without you.
------------------------------------------------------------------------
majones's Profile: http://forums.slimdevices.com/member.php?userid=13029
View this thread: http://forums.slimdevices.com/showthread.php?t=104672
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins