LMS-Community / slimserver-vendor

Third-party software used with Lyrion Music Server
https://lyrion.org
42 stars 68 forks source link

Perl 5.24 - Upgrade YAML::LibYAML to v0.65 - Because Debian... #48

Closed mw9 closed 6 years ago

mw9 commented 6 years ago

Debian's Perl 5.24, included in the Stretch release (Debian 9), implements a "dotless @INC", with effect similar to that adopted by Perl 5.26. One immediate effect is that YAML-LibYAML-0.35 fails to build under Debian's flavour of Perl 5.24.

The issue has already been resolved for Perl 5.26 by upgrading to YAML-LibYAML-0.65. This change extends that fix to include Perl 5.24.

This pull request supersedes: https://github.com/Logitech/slimserver-vendor/pull/46

Further information on Debian's Perl 5.24 may be found here: https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#perl "Perl changes that may break third-party software"