When I try to start Mojolicious in Solaris 11.2 I get: Time::Local version 1.2 required--this is only version 1.1901_01 at /var/web-gui/data/napp-it/CGI/Mojo/Date.pm line 5.
# use Time::Local 1.2 'timegm'; # this is the default in current Mojolicious and produces the above problem with Solaris 11.2 use Time::Local 'timegm'; # this was the setting in last Mojolicious releases and this works with Solaris 11.2 Can this 1.2 parameter be removed? When I manually remove 1.2 , it seems to work. -- 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.
