Skip to content

Commit

Permalink
Merge pull request #7 from oetiker/logcontext
Browse files Browse the repository at this point in the history
perl 5.22.0 is ok
  • Loading branch information
oetiker committed Nov 13, 2019
2 parents f0df1b4 + dd2da41 commit ba5957f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: perl

perl:
- "5.30"
- "5.28"
- "5.22"

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Qooxdoo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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) = @_;
Expand Down

0 comments on commit ba5957f

Please sign in to comment.