diff --git a/.travis.yml b/.travis.yml index 3fb5907..45995c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: perl perl: + - "5.30" - "5.28" - "5.22" diff --git a/Makefile.PL b/Makefile.PL index d89d18a..12dccd6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,7 @@ WriteMakefile( 'CPAN::Uploader' => 0 }, META_MERGE => { - requires => {perl => '5.022001'}, + requires => {perl => '5.022000'}, resources => { license => 'http://www.opensource.org/licenses/artistic-license-2.0', repository => 'https://github.com/oetiker/Mojolicious-Plugin-Qooxdoo', diff --git a/lib/Mojolicious/Plugin/Qooxdoo.pm b/lib/Mojolicious/Plugin/Qooxdoo.pm index 3adc7e3..3f3fd19 100644 --- a/lib/Mojolicious/Plugin/Qooxdoo.pm +++ b/lib/Mojolicious/Plugin/Qooxdoo.pm @@ -4,7 +4,7 @@ use Mojo::Base 'Mojolicious::Plugin'; use File::Spec::Functions qw(splitdir updir catdir file_name_is_absolute); use Cwd qw(abs_path); -our $VERSION = '1.0.7'; +our $VERSION = '1.0.8'; sub register { my ($self, $app, $conf) = @_;