Skip to content

Commit

Permalink
Update MANIFEST; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed Nov 24, 2019
1 parent 0fd8cfa commit 8d06c07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Revision history for Class-Tiny-ConstrainedAccessor

0.000015 2019-11-23
- Updated manifest. No functional changes.

0.000014 2019-11-17 (TRIAL VERSION)
- Also test with Type::Nano
- Bump minimum Perl from 5.6 to 5.6.1 (for Types::TypeTiny)
- Replace most custom constraint-building logic with
a call to Types::TypeTiny::to_TypeTiny(). This permits us to accept
any type of constraint that function can accept. (#9)
Thanks to TOBYINK for code used in the custom-constraint path.
any type of constraint that function can accept. ++TOBYINK (#9)

0.000013 2019-10-02
- Arguments can now be provided in a hashref (#7).
Expand Down
3 changes: 0 additions & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ t/03-invalid-invocation.t
t/04-bad-defaults-type-tiny.t
t/05-type-tiny-build.t
t/06-type-tiny-nobuild.t
t/07-value-is-valid.t
t/08-custom-constraint.t
t/10-moox-types-mooselike.t
t/11-mousex-types.t
Expand All @@ -32,14 +31,12 @@ t/MY/Class/TypeTinyBadDefaults.pm
t/MY/Class/TypeTinyBUILD.pm
t/MY/Class/TypeTinyHashref.pm
t/MY/Class/TypeTinyNOBUILD.pm
t/MY/Class/ValueIsValid.pm
t/MY/Helpers.pm
t/MY/Kit.pm
t/MY/Tests.pm
t/MY/TypeLib/MooXTypesMooseLike.pm
t/MY/TypeLib/MouseX.pm
t/MY/TypeLib/Specio.pm
t/MY/TypeLib/ValueIsValid.pm
xt/boilerplate.t
xt/manifest.t
xt/pod-coverage.t
Expand Down
2 changes: 1 addition & 1 deletion lib/Class/Tiny/ConstrainedAccessor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
use Class::Tiny;
use Types::TypeTiny ();

our $VERSION = '0.000014'; # TRIAL
our $VERSION = '0.000015';

# Docs {{{1

Expand Down

0 comments on commit 8d06c07

Please sign in to comment.