pjc wrote: > Good point, that's probably true in practice. > > > Ugh, right. instead of the messiness of renaming directories, couldn't > you simply put your Crypt under a different search root and fiddle with > @INC instead? That way you wouldn't have to make persistent changes > (and you could try your version first).
You're right, I'll do that. Still a bit ugly because if a system has RSA version 0.28 (e.g.) then it will find the RSA.pm from system and when trying to load the shared object, if I have the matching library in auto/, it will try to load it and fail because of version mismatch (0.30). Then I will add my local RSA.pm in the path and loading will match. But at least it will avoid user confusion when plugin has not been stopped properly LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5 ------------------------------------------------------------------------ philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=106289 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
