Subject: | Mojolicious::Lite does not have a version |
Currently a Mojolicious::Lite application can only declare a dependency
on the namespace Mojo, because it (and Mojolicious) are the onll two
packages with versions.
Please add at least a version for ::Lite (that increments in lock-step
with the main version) so things like Module::Install can automatically
detect the dependency by looking for...
use Mojolicious::Lite 1.23;