-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
When trying to install musicbrainz-server from source on Ubuntu 16.04.1, I ran into an issue with trying to use cpanm to install all of the Perl dependencies. It turns out that Coro does not support newer than Perl 5.020 while 5.022 is what is installed by default in 16.04. As Coro is only listed as a test_depends in Makefile.PL, mst from #perl on Freenode generated a patch which will remove Coro and allow installation to continue.