yahmmu wrote: 
> Is Perl v5.10.1 really required to run this plugin? I'm running my LMS
> on OSX Snow Leopard and the plugin failed to load because the installed
> Perl is v5.10.0.
> 
> [13-03-01 19:46:48.9813] Slim::bootstrap::tryModuleLoad (285) Warning:
> Module [Plugins::LMSnewGUI::Plugin] failed to load:
> Perl v5.10.1 required--this is only v5.10.0, stopped at
> /Users/sanne/Library/Application
> Support/Squeezebox/Plugins/LMSnewGUI/Plugin.pm line 18.
> BEGIN failed--compilation aborted at /Users/sanne/Library/Application
> Support/Squeezebox/Plugins/LMSnewGUI/Plugin.pm line 18.
> Compilation failed in require at (eval 918) line 2.
> BEGIN failed--compilation aborted at (eval 918) line 2.
> 
> [13-03-01 19:46:48.9833] Slim::Utils::PluginManager::load (295) Error:
> Couldn't load Plugins::LMSnewGUI::Plugin

maybe not - I guess I probably had a reason, but I can't really remember
it.
I can't really test it since I'm using perl 5.14.2, but you can try for
yourself by changing line 18 in Plugin.pm from

Code:
--------------------
    use v5.10.1;
--------------------

to

Code:
--------------------
    use v5.10.0;
--------------------


----
Roland


------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=98186

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

Reply via email to