Am Samstag, 23. August 2014 21:49:25 UTC+2 schrieb sri: > > Yea, it's happening again, you might remember this post from last month. > > > https://groups.google.com/forum/#!msg/mojolicious/OEGEN4wAEz4/PXXijsMMk8UJ > > We now depend on Time::Local features that were not available in versions > shipping with Perl 5.10 and Perl 5.12. > > > https://github.com/kraih/mojo/compare/ea11ecb7e6c62490922b91788430d623d815fa9c...ea12f3ef57d5e2942a66737e8035fe89504a482e > > So from now on Mojolicious can only be installed without additional > dependencies on Perl 5.14 and newer. >
Time::Local is shipped *with* Perl but not *in* Perl, i.e. this problem can be solved by dependency declaration on a minimal version of Time::Local. Not declaring dependencies on independent CPAN distributions is always a higher risk, because newer versions required by other (non-Mojolicious) distributions can break the application (experienced this problem with Data::Dumper). Such a problem can happen on all versions of Perl. A module Task::Mojolicious with all dependencies and also recommends and suggests would be convenient for users of e.g. cpanm. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
