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 23, 2022
1 parent b4f1b1b commit 628a8bd
Show file tree
Hide file tree
Showing 47 changed files with 83 additions and 52 deletions.
2 changes: 1 addition & 1 deletion lib/Devel/TypeTiny/Perl58Compat.pm
Expand Up @@ -7,7 +7,7 @@ use strict;
use warnings;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';

$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.999_012';
$Error::TypeTiny::VERSION = '1.999_013';
}

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

BEGIN {
$Error::TypeTiny::Assertion::AUTHORITY = 'cpan:TOBYINK';
$Error::TypeTiny::Assertion::VERSION = '1.999_012';
$Error::TypeTiny::Assertion::VERSION = '1.999_013';
}

$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.999_012';
$Error::TypeTiny::Compilation::VERSION = '1.999_013';
}

$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.999_012';
$Error::TypeTiny::WrongNumberOfParameters::VERSION = '1.999_013';
}

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';
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/Eval/TypeTiny/CodeAccumulator.pm
Expand Up @@ -10,7 +10,7 @@ BEGIN {

BEGIN {
$Eval::TypeTiny::CodeAccumulator::AUTHORITY = 'cpan:TOBYINK';
$Eval::TypeTiny::CodeAccumulator::VERSION = '1.999_012';
$Eval::TypeTiny::CodeAccumulator::VERSION = '1.999_013';
}

$Eval::TypeTiny::CodeAccumulator::VERSION =~ tr/_//d;
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.999_012';
$Reply::Plugin::TypeTiny::VERSION = '1.999_013';
}

$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.999_012';
our $VERSION = '1.999_013';
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.999_012';
$Type::Coercion::VERSION = '1.999_013';
}

$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.999_012';
$Type::Coercion::FromMoose::VERSION = '1.999_013';
}

$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.999_012';
$Type::Coercion::Union::VERSION = '1.999_013';
}

$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.999_012';
$Type::Library::VERSION = '1.999_013';
}

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

BEGIN {
$Type::Params::AUTHORITY = 'cpan:TOBYINK';
$Type::Params::VERSION = '1.999_012';
$Type::Params::VERSION = '1.999_013';
}

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

BEGIN {
$Type::Params::Alternatives::AUTHORITY = 'cpan:TOBYINK';
$Type::Params::Alternatives::VERSION = '1.999_012';
$Type::Params::Alternatives::VERSION = '1.999_013';
}

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

BEGIN {
$Type::Params::Parameter::AUTHORITY = 'cpan:TOBYINK';
$Type::Params::Parameter::VERSION = '1.999_012';
$Type::Params::Parameter::VERSION = '1.999_013';
}

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

BEGIN {
$Type::Params::Signature::AUTHORITY = 'cpan:TOBYINK';
$Type::Params::Signature::VERSION = '1.999_012';
$Type::Params::Signature::VERSION = '1.999_013';
}

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';

$VERSION =~ tr/_//d;

Expand Down Expand Up @@ -200,7 +200,7 @@ Evaluate: {
package Type::Parser::AstBuilder;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';

$VERSION =~ tr/_//d;

Expand Down Expand Up @@ -349,7 +349,7 @@ Evaluate: {
package Type::Parser::Token;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';

$VERSION =~ tr/_//d;

Expand All @@ -361,7 +361,7 @@ Evaluate: {
package Type::Parser::TokenStream;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';

$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.999_012';
$Type::Registry::VERSION = '1.999_013';
}

$Type::Registry::VERSION =~ tr/_//d;
Expand Down
10 changes: 5 additions & 5 deletions lib/Type/Tie.pm
Expand Up @@ -11,7 +11,7 @@ use Scalar::Util ();
{
package Type::Tie;
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';
our @ISA = qw( Exporter::Tiny );
our @EXPORT = qw( ttie );

Expand Down Expand Up @@ -40,7 +40,7 @@ use Scalar::Util ();
{
package Type::Tie::BASE;
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';

$VERSION =~ tr/_//d;

Expand Down Expand Up @@ -165,7 +165,7 @@ use Scalar::Util ();
{
package Type::Tie::ARRAY;
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';
our @ISA = qw( Type::Tie::BASE );

$VERSION =~ tr/_//d;
Expand Down Expand Up @@ -203,7 +203,7 @@ use Scalar::Util ();
{
package Type::Tie::HASH;
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';
our @ISA = qw( Type::Tie::BASE );

$VERSION =~ tr/_//d;
Expand All @@ -229,7 +229,7 @@ use Scalar::Util ();
{
package Type::Tie::SCALAR;
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.999_012';
our $VERSION = '1.999_013';
our @ISA = qw( Type::Tie::BASE );

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

BEGIN {
$Type::Tiny::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::VERSION = '1.999_012';
$Type::Tiny::VERSION = '1.999_013';
$Type::Tiny::XS_VERSION = '0.016';
}

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

BEGIN {
$Type::Tiny::Class::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::Class::VERSION = '1.999_012';
$Type::Tiny::Class::VERSION = '1.999_013';
}

$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.999_012';
$Type::Tiny::ConstrainedObject::VERSION = '1.999_013';
}

$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.999_012';
$Type::Tiny::Duck::VERSION = '1.999_013';
}

$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.999_012';
$Type::Tiny::Enum::VERSION = '1.999_013';
}

$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.999_012';
$Type::Tiny::Intersection::VERSION = '1.999_013';
}

$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.999_012';
$Type::Tiny::Role::VERSION = '1.999_013';
}

$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.999_012';
$Type::Tiny::Union::VERSION = '1.999_013';
}

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

BEGIN {
$Type::Tiny::_DeclaredType::AUTHORITY = 'cpan:TOBYINK';
$Type::Tiny::_DeclaredType::VERSION = '1.999_012';
$Type::Tiny::_DeclaredType::VERSION = '1.999_013';
}

$Type::Tiny::_DeclaredType::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.999_012';
$Type::Tiny::_HalfOp::VERSION = '1.999_013';
}

$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.999_012';
$Type::Utils::VERSION = '1.999_013';
}

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

BEGIN {
$Types::Common::AUTHORITY = 'cpan:TOBYINK';
$Types::Common::VERSION = '1.999_012';
$Types::Common::VERSION = '1.999_013';
}

our ( @EXPORT, @EXPORT_OK, %EXPORT_TAGS );
Expand Down
2 changes: 1 addition & 1 deletion lib/Types/Common/Numeric.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;

BEGIN {
$Types::Common::Numeric::AUTHORITY = 'cpan:TOBYINK';
$Types::Common::Numeric::VERSION = '1.999_012';
$Types::Common::Numeric::VERSION = '1.999_013';
}

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

BEGIN {
$Types::Common::String::AUTHORITY = 'cpan:TOBYINK';
$Types::Common::String::VERSION = '1.999_012';
$Types::Common::String::VERSION = '1.999_013';
}

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

BEGIN {
$Types::Standard::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::VERSION = '1.999_012';
$Types::Standard::VERSION = '1.999_013';
}

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

BEGIN {
$Types::Standard::ArrayRef::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::ArrayRef::VERSION = '1.999_012';
$Types::Standard::ArrayRef::VERSION = '1.999_013';
}

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

BEGIN {
$Types::Standard::CycleTuple::AUTHORITY = 'cpan:TOBYINK';
$Types::Standard::CycleTuple::VERSION = '1.999_012';
$Types::Standard::CycleTuple::VERSION = '1.999_013';
}

$Types::Standard::CycleTuple::VERSION =~ tr/_//d;
Expand Down

0 comments on commit 628a8bd

Please sign in to comment.