Skip to content

Commit

Permalink
Bump version to 0.000011
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed Sep 18, 2019
1 parent ebad5dc commit c0f9ee0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

2 changes: 1 addition & 1 deletion lib/Class/Tiny/ConstrainedAccessor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use Class::Tiny;

our $VERSION = '0.000010';
our $VERSION = '0.000011'; # TRIAL

# Docs {{{1

Expand Down

0 comments on commit c0f9ee0

Please sign in to comment.