Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Sep 30, 2020
1 parent 84a693b commit c75832f
Show file tree
Hide file tree
Showing 40 changed files with 48 additions and 39 deletions.
2 changes: 1 addition & 1 deletion lib/Devel/TypeTiny/Perl56Compat.pm
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.011_003';
our $VERSION = '1.011_004';

$VERSION =~ tr/_//d;

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/TypeTiny/Perl58Compat.pm
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.011_003';
our $VERSION = '1.011_004';

$VERSION =~ tr/_//d;

Expand Down
2 changes: 1 addition & 1 deletion lib/Error/TypeTiny.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Error::TypeTiny::AUTHORITY = 'cpan:TOBYINK';
$Error::TypeTiny::VERSION = '1.011_003';
$Error::TypeTiny::VERSION = '1.011_004';
}

$Error::TypeTiny::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Error/TypeTiny/Assertion.pm
Expand Up @@ -10,7 +10,7 @@ BEGIN {

BEGIN {
$Error::TypeTiny::Assertion::AUTHORITY = 'cpan:TOBYINK';
$Error::TypeTiny::Assertion::VERSION = '1.011_003';
$Error::TypeTiny::Assertion::VERSION = '1.011_004';
}

$Error::TypeTiny::Assertion::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Error/TypeTiny/Compilation.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Error::TypeTiny::Compilation::AUTHORITY = 'cpan:TOBYINK';
$Error::TypeTiny::Compilation::VERSION = '1.011_003';
$Error::TypeTiny::Compilation::VERSION = '1.011_004';
}

$Error::TypeTiny::Compilation::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Error/TypeTiny/WrongNumberOfParameters.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Error::TypeTiny::WrongNumberOfParameters::AUTHORITY = 'cpan:TOBYINK';
$Error::TypeTiny::WrongNumberOfParameters::VERSION = '1.011_003';
$Error::TypeTiny::WrongNumberOfParameters::VERSION = '1.011_004';
}

$Error::TypeTiny::WrongNumberOfParameters::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Eval/TypeTiny.pm
Expand Up @@ -53,7 +53,7 @@ BEGIN {
};

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.011_003';
our $VERSION = '1.011_004';
our @EXPORT = qw( eval_closure );
our @EXPORT_OK = qw(
HAS_LEXICAL_SUBS HAS_LEXICAL_VARS ALIAS_IMPLEMENTATION
Expand Down
2 changes: 1 addition & 1 deletion lib/Reply/Plugin/TypeTiny.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
$Reply::Plugin::TypeTiny::AUTHORITY = 'cpan:TOBYINK';
$Reply::Plugin::TypeTiny::VERSION = '1.011_003';
$Reply::Plugin::TypeTiny::VERSION = '1.011_004';
};

$Reply::Plugin::TypeTiny::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/TypeTiny.pm
Expand Up @@ -16,7 +16,7 @@ BEGIN {
};

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.011_003';
our $VERSION = '1.011_004';
our @EXPORT = qw( should_pass should_fail ok_subtype );
our @EXPORT_OK = qw( EXTENDED_TESTING matchfor );

Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Coercion.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Coercion::AUTHORITY = 'cpan:TOBYINK';
$Type::Coercion::VERSION = '1.011_003';
$Type::Coercion::VERSION = '1.011_004';
}

$Type::Coercion::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Coercion/FromMoose.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Coercion::FromMoose::AUTHORITY = 'cpan:TOBYINK';
$Type::Coercion::FromMoose::VERSION = '1.011_003';
$Type::Coercion::FromMoose::VERSION = '1.011_004';
}

$Type::Coercion::FromMoose::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Coercion/Union.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Coercion::Union::AUTHORITY = 'cpan:TOBYINK';
$Type::Coercion::Union::VERSION = '1.011_003';
$Type::Coercion::Union::VERSION = '1.011_004';
}

$Type::Coercion::Union::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Library.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Library::AUTHORITY = 'cpan:TOBYINK';
$Type::Library::VERSION = '1.011_003';
$Type::Library::VERSION = '1.011_004';
}

$Type::Library::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Params.pm
Expand Up @@ -10,7 +10,7 @@ BEGIN {

BEGIN {
$Type::Params::AUTHORITY = 'cpan:TOBYINK';
$Type::Params::VERSION = '1.011_003';
$Type::Params::VERSION = '1.011_004';
}

$Type::Params::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Parser.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;
sub _croak ($;@) { require Error::TypeTiny; goto \&Error::TypeTiny::croak }

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.011_003';
our $VERSION = '1.011_004';

$VERSION =~ tr/_//d;

Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Registry.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Registry::AUTHORITY = 'cpan:TOBYINK';
$Type::Registry::VERSION = '1.011_003';
$Type::Registry::VERSION = '1.011_004';
}

$Type::Registry::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Tiny.pm
Expand Up @@ -11,7 +11,7 @@ BEGIN {

BEGIN {
$Type::Tiny::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::VERSION = '1.011_003';
$Type::Tiny::VERSION = '1.011_004';
$Type::Tiny::XS_VERSION = '0.016';
}

Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Tiny/Class.pm
Expand Up @@ -10,7 +10,7 @@ BEGIN {

BEGIN {
$Type::Tiny::Class::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Class::VERSION = '1.011_003';
$Type::Tiny::Class::VERSION = '1.011_004';
}

$Type::Tiny::Class::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Tiny/ConstrainedObject.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Tiny::ConstrainedObject::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::ConstrainedObject::VERSION = '1.011_003';
$Type::Tiny::ConstrainedObject::VERSION = '1.011_004';
}

$Type::Tiny::ConstrainedObject::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Tiny/Duck.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Tiny::Duck::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Duck::VERSION = '1.011_003';
$Type::Tiny::Duck::VERSION = '1.011_004';
}

$Type::Tiny::Duck::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Tiny/Enum.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Tiny::Enum::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Enum::VERSION = '1.011_003';
$Type::Tiny::Enum::VERSION = '1.011_004';
}

$Type::Tiny::Enum::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Tiny/Intersection.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Tiny::Intersection::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Intersection::VERSION = '1.011_003';
$Type::Tiny::Intersection::VERSION = '1.011_004';
}

$Type::Tiny::Intersection::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Tiny/Role.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Tiny::Role::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Role::VERSION = '1.011_003';
$Type::Tiny::Role::VERSION = '1.011_004';
}

$Type::Tiny::Role::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Tiny/Union.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Tiny::Union::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Union::VERSION = '1.011_003';
$Type::Tiny::Union::VERSION = '1.011_004';
}

$Type::Tiny::Union::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Tiny/_HalfOp.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Tiny::_HalfOp::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::_HalfOp::VERSION = '1.011_003';
$Type::Tiny::_HalfOp::VERSION = '1.011_004';
}

$Type::Tiny::_HalfOp::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Type/Utils.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Utils::AUTHORITY = 'cpan:TOBYINK';
$Type::Utils::VERSION = '1.011_003';
$Type::Utils::VERSION = '1.011_004';
}

$Type::Utils::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Common/Numeric.pm
Expand Up @@ -10,7 +10,7 @@ BEGIN {

BEGIN {
$Types::Common::Numeric::AUTHORITY = 'cpan:TOBYINK';
$Types::Common::Numeric::VERSION = '1.011_003';
$Types::Common::Numeric::VERSION = '1.011_004';
}

$Types::Common::Numeric::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Common/String.pm
Expand Up @@ -11,7 +11,7 @@ BEGIN {

BEGIN {
$Types::Common::String::AUTHORITY = 'cpan:TOBYINK';
$Types::Common::String::VERSION = '1.011_003';
$Types::Common::String::VERSION = '1.011_004';
}

$Types::Common::String::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Standard.pm
Expand Up @@ -12,7 +12,7 @@ BEGIN {

BEGIN {
$Types::Standard::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::VERSION = '1.011_003';
$Types::Standard::VERSION = '1.011_004';
}

$Types::Standard::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Standard/ArrayRef.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Types::Standard::ArrayRef::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::ArrayRef::VERSION = '1.011_003';
$Types::Standard::ArrayRef::VERSION = '1.011_004';
}

$Types::Standard::ArrayRef::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Standard/CycleTuple.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Types::Standard::CycleTuple::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::CycleTuple::VERSION = '1.011_003';
$Types::Standard::CycleTuple::VERSION = '1.011_004';
}

$Types::Standard::CycleTuple::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Standard/Dict.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Types::Standard::Dict::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::Dict::VERSION = '1.011_003';
$Types::Standard::Dict::VERSION = '1.011_004';
}

$Types::Standard::Dict::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Standard/HashRef.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Types::Standard::HashRef::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::HashRef::VERSION = '1.011_003';
$Types::Standard::HashRef::VERSION = '1.011_004';
}

$Types::Standard::HashRef::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Standard/Map.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Types::Standard::Map::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::Map::VERSION = '1.011_003';
$Types::Standard::Map::VERSION = '1.011_004';
}

$Types::Standard::Map::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Standard/ScalarRef.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Types::Standard::ScalarRef::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::ScalarRef::VERSION = '1.011_003';
$Types::Standard::ScalarRef::VERSION = '1.011_004';
}

$Types::Standard::ScalarRef::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Standard/StrMatch.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Types::Standard::StrMatch::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::StrMatch::VERSION = '1.011_003';
$Types::Standard::StrMatch::VERSION = '1.011_004';
}

$Types::Standard::StrMatch::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Standard/Tied.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Types::Standard::Tied::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::Tied::VERSION = '1.011_003';
$Types::Standard::Tied::VERSION = '1.011_004';
}

$Types::Standard::Tied::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Standard/Tuple.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Types::Standard::Tuple::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::Tuple::VERSION = '1.011_003';
$Types::Standard::Tuple::VERSION = '1.011_004';
}

$Types::Standard::Tuple::VERSION =~ tr/_//d;
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/TypeTiny.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.011_003';
our $VERSION = '1.011_004';

$VERSION =~ tr/_//d;

Expand Down
9 changes: 9 additions & 0 deletions meta/changes.pret
Expand Up @@ -3795,3 +3795,12 @@
item "Types::Standard would sometimes complain about very old versions of Scalar::Util."^^Bugfix;
item "Old versions of Data::Dumper would sometimes die when dumping certain overloaded objects. Type::Tiny::_dd() now catches this in an eval {}."^^Bugfix;
].

`Type-Tiny 1.011_004 cpan:TOBYINK`
issued 2020-09-30;
changeset [
dcs:versus `Type-Tiny 1.011_003 cpan:TOBYINK`;
item "Document that ArrayLike and HashLike are now parameterizable."^^Documentation;
item "Make test suite work better with App::Yath."^^Tests;
item "Make predeclared type constraints work better for Zydeco."^^Bugfix;
].

0 comments on commit c75832f

Please sign in to comment.