LMS-Community / slimserver-vendor

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

Add Perl 5.26 build support #25

Closed fsbruva closed 6 years ago

fsbruva commented 7 years ago

This allows us to start building modules using Perl 5.26. It is predicated on the Image::Scale bugfix, along with the Perl version logic. Perl 5.26 doesn't like to use . in @INC, and LibYAML-0.35 fails to build properly as a result.

mherger commented 6 years ago

Thanks a lot!