dgikiller / mojolicious-plugin-jquery

DEPRECATED A simple Mojolicious plugin to include latest JQuery in your website
Other
1 stars 1 forks source link

Prerequesits #7

Closed reneeb closed 9 years ago

reneeb commented 9 years ago

You list File::Find 3 as a prerequesit, but even Perl 5.20.1 has only version 1.27 shipped. In your Makefile.PL you list perl 5.8.5 as the minimum Perl version, but Mojolicious needs 5.10.1 and Perl 5.8.5 ships File::Find 1.07.

In your JQuery.pm you use File::Spec and Cwd, but do not list them as prerequesits...

I found those issues while installing the module for http://mojo.perl-services.de

dgikiller commented 9 years ago

Thank you for your report reneeb, this issue was caused because I didn't specified in the cpanfile the versione required for some dependency. So my release system selected a wrong version of File::Find. This this was fixed with this commit: 51431bd0328b486f278bed74e9d289490196632a Thank you again for your help. :beers: