Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Aug 8, 2020
1 parent 82966bf commit 3602ac9
Show file tree
Hide file tree
Showing 41 changed files with 71 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.010002';
our $VERSION = '1.010003';

$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.010002';
our $VERSION = '1.010003';

$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.010002';
$Error::TypeTiny::VERSION = '1.010003';
}

$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.010002';
$Error::TypeTiny::Assertion::VERSION = '1.010003';
}

$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.010002';
$Error::TypeTiny::Compilation::VERSION = '1.010003';
}

$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.010002';
$Error::TypeTiny::WrongNumberOfParameters::VERSION = '1.010003';
}

$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.010002';
our $VERSION = '1.010003';
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.010002';
$Reply::Plugin::TypeTiny::VERSION = '1.010003';
};

$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.010002';
our $VERSION = '1.010003';
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.010002';
$Type::Coercion::VERSION = '1.010003';
}

$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.010002';
$Type::Coercion::FromMoose::VERSION = '1.010003';
}

$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.010002';
$Type::Coercion::Union::VERSION = '1.010003';
}

$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.010002';
$Type::Library::VERSION = '1.010003';
}

$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.010002';
$Type::Params::VERSION = '1.010003';
}

$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.010002';
our $VERSION = '1.010003';

$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.010002';
$Type::Registry::VERSION = '1.010003';
}

$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.010002';
$Type::Tiny::VERSION = '1.010003';
$Type::Tiny::XS_VERSION = '0.016';
}

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.010002';
$Type::Tiny::Class::VERSION = '1.010003';
}

$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.010002';
$Type::Tiny::ConstrainedObject::VERSION = '1.010003';
}

$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.010002';
$Type::Tiny::Duck::VERSION = '1.010003';
}

$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.010002';
$Type::Tiny::Enum::VERSION = '1.010003';
}

$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.010002';
$Type::Tiny::Intersection::VERSION = '1.010003';
}

$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.010002';
$Type::Tiny::Role::VERSION = '1.010003';
}

$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.010002';
$Type::Tiny::Union::VERSION = '1.010003';
}

$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.010002';
$Type::Tiny::_HalfOp::VERSION = '1.010003';
}

$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.010002';
$Type::Utils::VERSION = '1.010003';
}

$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.010002';
$Types::Common::Numeric::VERSION = '1.010003';
}

$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.010002';
$Types::Common::String::VERSION = '1.010003';
}

$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.010002';
$Types::Standard::VERSION = '1.010003';
}

$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.010002';
$Types::Standard::ArrayRef::VERSION = '1.010003';
}

$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.010002';
$Types::Standard::CycleTuple::VERSION = '1.010003';
}

$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.010002';
$Types::Standard::Dict::VERSION = '1.010003';
}

$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.010002';
$Types::Standard::HashRef::VERSION = '1.010003';
}

$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.010002';
$Types::Standard::Map::VERSION = '1.010003';
}

$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.010002';
$Types::Standard::ScalarRef::VERSION = '1.010003';
}

$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.010002';
$Types::Standard::StrMatch::VERSION = '1.010003';
}

$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.010002';
$Types::Standard::Tied::VERSION = '1.010003';
}

$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.010002';
$Types::Standard::Tuple::VERSION = '1.010003';
}

$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.010002';
our $VERSION = '1.010003';

$VERSION =~ tr/_//d;

Expand Down
25 changes: 25 additions & 0 deletions meta/changes.pret
Original file line number Diff line number Diff line change
Expand Up @@ -3659,3 +3659,28 @@
dcs:thanks cpan:HAARG;
];
].

`Type-Tiny 1.010003 cpan:TOBYINK`
issued 2020-08-08;
label "The Crazy 88";
changeset [
dcs:versus `Type-Tiny 1.010002 cpan:TOBYINK`;
item [
a dcs:Bugfix;
label "ClassName type constraint should treat empty @ISA as if no @ISA were defined, like Type::Tiny::XS.";
dcs:fixes RT#132583;
dcs:thanks cpan:SNEZ;
];
item [
a dcs:Bugfix;
label "Fix for Type::Tiny->can called as a class method.";
seealso <https://github.com/tobyink/p5-type-tiny/pull/57>;
dcs:thanks cpan:MHOWARD;
];
item [
a dcs:Bugfix;
label "Fix predeclared types in Type::Library.";
seealso <https://github.com/tobyink/p5-type-tiny/pull/58>;
dcs:thanks cpan:MHOWARD;
];
].
7 changes: 7 additions & 0 deletions meta/people.pret
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ cpan:HAUKEX
:page <https://github.com/haukex>;
:name "Hauke D".

cpan:SNEZ
:name "Szymon Nieznański".

cpan:MHOWARD
:name "Meredith Howard";
:page <https://github.com/merrilymeredith>.

# We bundle some files made by these dudes...

cpan:RJBS
Expand Down

0 comments on commit 3602ac9

Please sign in to comment.