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 28, 2014
1 parent ef0c31a commit 9ff71fd
Show file tree
Hide file tree
Showing 37 changed files with 55 additions and 35 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.000002';
our $VERSION = '1.000003';

#### B doesn't provide perlstring() in 5.6. Monkey patch it.

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.000002';
our $VERSION = '1.000003';

#### re doesn't provide is_regexp in Perl < 5.10

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

use overload
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.000002';
$Error::TypeTiny::Assertion::VERSION = '1.000003';
}

require Error::TypeTiny;
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.000002';
$Error::TypeTiny::Compilation::VERSION = '1.000003';
}

require Error::TypeTiny;
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.000002';
$Error::TypeTiny::WrongNumberOfParameters::VERSION = '1.000003';
}

require Error::TypeTiny;
Expand Down
2 changes: 1 addition & 1 deletion lib/Eval/TypeTiny.pm
Expand Up @@ -27,7 +27,7 @@ sub _clean_eval
}

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.000002';
our $VERSION = '1.000003';
our @EXPORT = qw( eval_closure );
our @EXPORT_OK = qw( HAS_LEXICAL_SUBS HAS_LEXICAL_VARS );

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.000002';
$Reply::Plugin::TypeTiny::VERSION = '1.000003';
};

require Reply::Plugin;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/TypeTiny.pm
Expand Up @@ -15,7 +15,7 @@ BEGIN {
};

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '1.000002';
our $VERSION = '1.000003';
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.000002';
$Type::Coercion::VERSION = '1.000003';
}

use Eval::TypeTiny qw<>;
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.000002';
$Type::Coercion::FromMoose::VERSION = '1.000003';
}

use Scalar::Util qw< blessed >;
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.000002';
$Type::Coercion::Union::VERSION = '1.000003';
}

use Scalar::Util qw< blessed >;
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.000002';
$Type::Library::VERSION = '1.000003';
}

use Eval::TypeTiny qw< eval_closure >;
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.000002';
$Type::Params::VERSION = '1.000003';
}

use B qw();
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.000002';
our $VERSION = '1.000003';

# Token types
#
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.000002';
$Type::Registry::VERSION = '1.000003';
}

use Exporter::Tiny qw( mkopt );
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.000002';
$Type::Tiny::VERSION = '1.000003';
$Type::Tiny::XS_VERSION = '0.010';
}

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

use Scalar::Util qw< blessed >;
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.000002';
$Type::Tiny::Duck::VERSION = '1.000003';
}

use Scalar::Util qw< blessed >;
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.000002';
$Type::Tiny::Enum::VERSION = '1.000003';
}

sub _croak ($;@) { require Error::TypeTiny; goto \&Error::TypeTiny::croak }
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.000002';
$Type::Tiny::Intersection::VERSION = '1.000003';
}

use Scalar::Util qw< blessed >;
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.000002';
$Type::Tiny::Role::VERSION = '1.000003';
}

use Scalar::Util qw< blessed weaken >;
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.000002';
$Type::Tiny::Union::VERSION = '1.000003';
}

use Scalar::Util qw< blessed >;
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.000002';
$Type::Tiny::_HalfOp::VERSION = '1.000003';
}

use overload ();
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.000002';
$Type::Utils::VERSION = '1.000003';
}

sub _croak ($;@) { require Error::TypeTiny; goto \&Error::TypeTiny::croak }
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.000002';
$Types::Common::Numeric::VERSION = '1.000003';
}

use Type::Library -base, -declare => qw(
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.000002';
$Types::Common::String::VERSION = '1.000003';
}

use Type::Library -base, -declare => qw(
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.000002';
$Types::Standard::VERSION = '1.000003';
}

use Type::Library -base;
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.000002';
$Types::Standard::ArrayRef::VERSION = '1.000003';
}

use Type::Tiny ();
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.000002';
$Types::Standard::Dict::VERSION = '1.000003';
}

use Types::Standard ();
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.000002';
$Types::Standard::HashRef::VERSION = '1.000003';
}

use Type::Tiny ();
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.000002';
$Types::Standard::Map::VERSION = '1.000003';
}

use Type::Tiny ();
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.000002';
$Types::Standard::ScalarRef::VERSION = '1.000003';
}

use Types::Standard ();
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.000002';
$Types::Standard::Tuple::VERSION = '1.000003';
}

use Type::Tiny ();
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.000002';
our $VERSION = '1.000003';

use Scalar::Util qw< blessed refaddr weaken >;

Expand Down
17 changes: 17 additions & 0 deletions meta/changes.pret
Expand Up @@ -1960,6 +1960,11 @@
item "Optimizations for slurpy Any."^^Change;
item "When slurping the tail of a Tuple into a hashref, check it's an even number of elements."^^Change;
item "A slightly saner implementation of Types::TypeTiny's meta methods."^^Change;
item [
a dcs:Regression;
label "Introduced bug concerning coercions to parameterized Dicts with a mixture of inlineable and non-inlineable optional values.";
seealso RT#98362;
];
].

`Type-Tiny 0.047_06 cpan:TOBYINK`
Expand Down Expand Up @@ -2077,3 +2082,15 @@
dcs:fixes RT#98113;
];
].

`Type-Tiny 1.000003 cpan:TOBYINK`
issued 2014-08-28;
changeset [
dcs:versus `Type-Tiny 1.000002 cpan:TOBYINK`;
item [
a dcs:Bugfix;
label "Fix for coercions to parameterized Dict including a mixture of inlineable and non-inlineable optional values.";
dcs:blame cpan:DAKKAR;
dcs:fixes RT#98362;
];
].
3 changes: 3 additions & 0 deletions meta/people.pret
Expand Up @@ -86,6 +86,9 @@ cpan:MSCHWERN
cpan:SHLOMIF
:name "Shlomi Fish".

cpan:DAKKAR
:name "Gianni Ceccarelli".

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

cpan:RJBS
Expand Down

0 comments on commit 9ff71fd

Please sign in to comment.