diff --git a/.appveyor.yml b/.appveyor.yml index aea13d1..c9ac486 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,9 +14,6 @@ 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 diff --git a/.travis.yml b/.travis.yml index 9651b91..afd4bcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,4 @@ install: # 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 . diff --git a/Changes b/Changes index f69235a..8f6937c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Class-Tiny-ConstrainedAccessor +0.000011 2019-09-18 (TRIAL VERSION) + - Update required vars::i version (fixes a regression) (#6) + Thanks to ANDK for reporting! + 0.000010 2019-05-25 - Non-trial release of 0.000009 @@ -36,5 +40,5 @@ Revision history for Class-Tiny-ConstrainedAccessor - Run as far back as 5.006 (GH-2). 0.000001 2019-03-12 (TRIAL VERSION) - First version, released on an unsuspecting world. + - First version, released on an unsuspecting world. diff --git a/lib/Class/Tiny/ConstrainedAccessor.pm b/lib/Class/Tiny/ConstrainedAccessor.pm index 55179f6..de2cae3 100644 --- a/lib/Class/Tiny/ConstrainedAccessor.pm +++ b/lib/Class/Tiny/ConstrainedAccessor.pm @@ -5,7 +5,7 @@ use strict; use warnings; use Class::Tiny; -our $VERSION = '0.000010'; +our $VERSION = '0.000011'; # TRIAL # Docs {{{1