Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Dec 2, 2019
1 parent a3be439 commit 049b05a
Show file tree
Hide file tree
Showing 40 changed files with 49 additions and 39 deletions.
2 changes: 1 addition & 1 deletion lib/Devel/TypeTiny/Perl56Compat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.007_005';
our $VERSION = '1.007_006';

$VERSION =~ tr/_//d;

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.007_005';
our $VERSION = '1.007_006';

$VERSION =~ tr/_//d;

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

BEGIN {
$Error::TypeTiny::AUTHORITY = 'cpan:TOBYINK';
$Error::TypeTiny::VERSION = '1.007_005';
$Error::TypeTiny::VERSION = '1.007_006';
}

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

BEGIN {
$Error::TypeTiny::Assertion::AUTHORITY = 'cpan:TOBYINK';
$Error::TypeTiny::Assertion::VERSION = '1.007_005';
$Error::TypeTiny::Assertion::VERSION = '1.007_006';
}

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

BEGIN {
$Error::TypeTiny::Compilation::AUTHORITY = 'cpan:TOBYINK';
$Error::TypeTiny::Compilation::VERSION = '1.007_005';
$Error::TypeTiny::Compilation::VERSION = '1.007_006';
}

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

BEGIN {
$Error::TypeTiny::WrongNumberOfParameters::AUTHORITY = 'cpan:TOBYINK';
$Error::TypeTiny::WrongNumberOfParameters::VERSION = '1.007_005';
$Error::TypeTiny::WrongNumberOfParameters::VERSION = '1.007_006';
}

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.007_005';
our $VERSION = '1.007_006';
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
$Reply::Plugin::TypeTiny::AUTHORITY = 'cpan:TOBYINK';
$Reply::Plugin::TypeTiny::VERSION = '1.007_005';
$Reply::Plugin::TypeTiny::VERSION = '1.007_006';
};

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.007_005';
our $VERSION = '1.007_006';
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Type::Coercion::AUTHORITY = 'cpan:TOBYINK';
$Type::Coercion::VERSION = '1.007_005';
$Type::Coercion::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Coercion::FromMoose::AUTHORITY = 'cpan:TOBYINK';
$Type::Coercion::FromMoose::VERSION = '1.007_005';
$Type::Coercion::FromMoose::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Coercion::Union::AUTHORITY = 'cpan:TOBYINK';
$Type::Coercion::Union::VERSION = '1.007_005';
$Type::Coercion::Union::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Library::AUTHORITY = 'cpan:TOBYINK';
$Type::Library::VERSION = '1.007_005';
$Type::Library::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Params::AUTHORITY = 'cpan:TOBYINK';
$Type::Params::VERSION = '1.007_005';
$Type::Params::VERSION = '1.007_006';
}

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.007_005';
our $VERSION = '1.007_006';

$VERSION =~ tr/_//d;

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

BEGIN {
$Type::Registry::AUTHORITY = 'cpan:TOBYINK';
$Type::Registry::VERSION = '1.007_005';
$Type::Registry::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Tiny::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::VERSION = '1.007_005';
$Type::Tiny::VERSION = '1.007_006';
$Type::Tiny::XS_VERSION = '0.011';
}

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

BEGIN {
$Type::Tiny::Class::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Class::VERSION = '1.007_005';
$Type::Tiny::Class::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Tiny::ConstrainedObject::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::ConstrainedObject::VERSION = '1.007_005';
$Type::Tiny::ConstrainedObject::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Tiny::Duck::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Duck::VERSION = '1.007_005';
$Type::Tiny::Duck::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Tiny::Enum::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Enum::VERSION = '1.007_005';
$Type::Tiny::Enum::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Tiny::Intersection::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Intersection::VERSION = '1.007_005';
$Type::Tiny::Intersection::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Tiny::Role::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Role::VERSION = '1.007_005';
$Type::Tiny::Role::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Tiny::Union::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Union::VERSION = '1.007_005';
$Type::Tiny::Union::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Tiny::_HalfOp::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::_HalfOp::VERSION = '1.007_005';
$Type::Tiny::_HalfOp::VERSION = '1.007_006';
}

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

BEGIN {
$Type::Utils::AUTHORITY = 'cpan:TOBYINK';
$Type::Utils::VERSION = '1.007_005';
$Type::Utils::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Common::Numeric::AUTHORITY = 'cpan:TOBYINK';
$Types::Common::Numeric::VERSION = '1.007_005';
$Types::Common::Numeric::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Common::String::AUTHORITY = 'cpan:TOBYINK';
$Types::Common::String::VERSION = '1.007_005';
$Types::Common::String::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Standard::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::VERSION = '1.007_005';
$Types::Standard::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Standard::ArrayRef::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::ArrayRef::VERSION = '1.007_005';
$Types::Standard::ArrayRef::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Standard::CycleTuple::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::CycleTuple::VERSION = '1.007_005';
$Types::Standard::CycleTuple::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Standard::Dict::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::Dict::VERSION = '1.007_005';
$Types::Standard::Dict::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Standard::HashRef::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::HashRef::VERSION = '1.007_005';
$Types::Standard::HashRef::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Standard::Map::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::Map::VERSION = '1.007_005';
$Types::Standard::Map::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Standard::ScalarRef::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::ScalarRef::VERSION = '1.007_005';
$Types::Standard::ScalarRef::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Standard::StrMatch::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::StrMatch::VERSION = '1.007_005';
$Types::Standard::StrMatch::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Standard::Tied::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::Tied::VERSION = '1.007_005';
$Types::Standard::Tied::VERSION = '1.007_006';
}

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

BEGIN {
$Types::Standard::Tuple::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::Tuple::VERSION = '1.007_005';
$Types::Standard::Tuple::VERSION = '1.007_006';
}

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.007_005';
our $VERSION = '1.007_006';

$VERSION =~ tr/_//d;

Expand Down
10 changes: 10 additions & 0 deletions meta/changes.pret
Original file line number Diff line number Diff line change
Expand Up @@ -3306,4 +3306,14 @@
a dcs:Tests, dcs:Documentation;
label "Expand per-type tests of bundled type libraries.";
]
].

`Type-Tiny 1.007_006 cpan:TOBYINK`
issued 2019-12-02;
changeset [
dcs:versus `Type-Tiny 1.007_005 cpan:TOBYINK`;
item [
a dcs:Tests, dcs:Documentation;
label "Expand per-type tests of bundled type libraries.";
]
].

0 comments on commit 049b05a

Please sign in to comment.