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 10, 2019
1 parent d6c8992 commit e17648a
Show file tree
Hide file tree
Showing 41 changed files with 55 additions and 39 deletions.
2 changes: 2 additions & 0 deletions NEWS
Expand Up @@ -15,8 +15,10 @@

2019-12-11 Type-Tiny version 1.008000 released!

- Type::Tiny has a website. <http://typetiny.toby.ink/>
- Resolved all bugs from RT.
- Completed everything on TODO.
- Rewrite of the manual.
- Lots more test cases.
- wrap_methods/wrap_subs in Type::Params.

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.007_014';
our $VERSION = '1.007_015';

$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.007_014';
our $VERSION = '1.007_015';

$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.007_014';
$Error::TypeTiny::VERSION = '1.007_015';
}

$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.007_014';
$Error::TypeTiny::Assertion::VERSION = '1.007_015';
}

$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.007_014';
$Error::TypeTiny::Compilation::VERSION = '1.007_015';
}

$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.007_014';
$Error::TypeTiny::WrongNumberOfParameters::VERSION = '1.007_015';
}

$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.007_014';
our $VERSION = '1.007_015';
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.007_014';
$Reply::Plugin::TypeTiny::VERSION = '1.007_015';
};

$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.007_014';
our $VERSION = '1.007_015';
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.007_014';
$Type::Coercion::VERSION = '1.007_015';
}

$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.007_014';
$Type::Coercion::FromMoose::VERSION = '1.007_015';
}

$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.007_014';
$Type::Coercion::Union::VERSION = '1.007_015';
}

$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.007_014';
$Type::Library::VERSION = '1.007_015';
}

$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.007_014';
$Type::Params::VERSION = '1.007_015';
}

$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.007_014';
our $VERSION = '1.007_015';

$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.007_014';
$Type::Registry::VERSION = '1.007_015';
}

$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.007_014';
$Type::Tiny::VERSION = '1.007_015';
$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.007_014';
$Type::Tiny::Class::VERSION = '1.007_015';
}

$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.007_014';
$Type::Tiny::ConstrainedObject::VERSION = '1.007_015';
}

$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.007_014';
$Type::Tiny::Duck::VERSION = '1.007_015';
}

$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.007_014';
$Type::Tiny::Enum::VERSION = '1.007_015';
}

$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.007_014';
$Type::Tiny::Intersection::VERSION = '1.007_015';
}

$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.007_014';
$Type::Tiny::Role::VERSION = '1.007_015';
}

$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.007_014';
$Type::Tiny::Union::VERSION = '1.007_015';
}

$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.007_014';
$Type::Tiny::_HalfOp::VERSION = '1.007_015';
}

$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.007_014';
$Type::Utils::VERSION = '1.007_015';
}

$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.007_014';
$Types::Common::Numeric::VERSION = '1.007_015';
}

$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.007_014';
$Types::Common::String::VERSION = '1.007_015';
}

$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.007_014';
$Types::Standard::VERSION = '1.007_015';
}

$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.007_014';
$Types::Standard::ArrayRef::VERSION = '1.007_015';
}

$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.007_014';
$Types::Standard::CycleTuple::VERSION = '1.007_015';
}

$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.007_014';
$Types::Standard::Dict::VERSION = '1.007_015';
}

$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.007_014';
$Types::Standard::HashRef::VERSION = '1.007_015';
}

$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.007_014';
$Types::Standard::Map::VERSION = '1.007_015';
}

$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.007_014';
$Types::Standard::ScalarRef::VERSION = '1.007_015';
}

$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.007_014';
$Types::Standard::StrMatch::VERSION = '1.007_015';
}

$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.007_014';
$Types::Standard::Tied::VERSION = '1.007_015';
}

$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.007_014';
$Types::Standard::Tuple::VERSION = '1.007_015';
}

$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.007_014';
our $VERSION = '1.007_015';

$VERSION =~ tr/_//d;

Expand Down
14 changes: 14 additions & 0 deletions meta/changes.pret
Expand Up @@ -3434,4 +3434,18 @@
a dcs:Documentation;
label "Mostly formatting changes.";
]
].

`Type-Tiny 1.007_015 cpan:TOBYINK`
issued 2019-12-10;
changeset [
dcs:versus `Type-Tiny 1.007_014 cpan:TOBYINK`;
item [
a dcs:Documentation;
label "Minor formatting changes.";
];
item [
a dcs:Documentation;
label "No longer suggest that Type::Tiny::Manual needs rewriting in Contriubuting.pod.";
]
].

0 comments on commit e17648a

Please sign in to comment.