Subject: | Download URL is terribly out of date |
dist.ini should be:
-url = http://github.com/downloads/ptrofimov/beanstalk_console/beanstalk_console.zip
+url = https://github.com/ptrofimov/beanstalk_console/archive/master.zip
The old endpoint is returning an ancient version of the source. The new link is what the source's README points to and is a snapshot of the project's master branch. One difference is that master.zip will need to have a leading directory component stripped when extracting, or paths within the share dir will need to be adjusted to prepend "beanstalk_console-master/".
I set about preparing a patch for this, but ran into trouble and eventually gave up in frustration. First problem was installing the ginormous plugin bundle just so I could submit and test a tiny patch. Second was that once I did, "dzil build" reported this error:
Module::Build::Tiny should not be used in distributions that are targeting perl 5.006! at /Users/trsibley/.perlbrew/libs/5.24@daily/lib/perl5/Dist/Zilla/PluginBundle/Author/ETHER.pm line 189, <GEN1> line 15.
At that point, I gave up. ☹