Skip to content

Commit

Permalink
Bump required vars::i version - fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed Sep 18, 2019
1 parent 439ca14 commit ebad5dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ image:
# no install; it's platform-specific

build_script:
- cpanm https://github.com/cxw42/Perl-vars-i/releases/download/v2.000000/vars-i-2.000000.tar.gz
# Temporary, so I can run the test before vars::i 2.000000 is indexed.
# TODO remove this at the next commit.
- cpanm --installdeps --notest --verbose .
- perl Makefile.PL
- cmd: gmake
Expand Down
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
language: perl
dist: trusty
perl:
- "5.26"
- "5.26-shrplib"
- "5.20"
- "5.18-shrplib"
- "5.14"
- "5.12"
- "5.10"
- "5.8"

install:
- cpanm ExtUtils::MakeMaker
# Because EUMM v6.66 doesn't seem to generate the correct MYMETA.json,
# causing lib::relative not to be loaded as a dependency. See, e.g.,
# https://travis-ci.org/cxw42/Class-Tiny-ConstrainedAccessor/jobs/535823908
- cpanm https://github.com/cxw42/Perl-vars-i/releases/download/v2.000000/vars-i-2.000000.tar.gz
# Temporary, so I can run the test before vars::i 2.000000 is indexed.
# TODO remove this at the next commit.
- cpanm --with-recommends --verbose --installdeps --notest .
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ my %opts = (
'MooseX::Types' => '0',
'MooseX::Types::Moose' => '0',
'Type::Tiny' => '0',
'vars::i' => '1.07',
'vars::i' => '2.000000', # See #6
},
PREREQ_PM => {
'Class::Tiny' => '0',
Expand Down

0 comments on commit ebad5dc

Please sign in to comment.