[SCM] libtype-tiny-perl Debian packaging branch, master, updated. debian/0.016-1-48-ga7f6748

Toby Inkster mail at tobyinkster.co.uk
Mon Jul 29 12:55:06 UTC 2013


The following commit has been merged in the master branch:
commit 4409d1c9e9cb749b43994b0a94fb5d5181e1630f
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Tue Jul 23 17:39:05 2013 +0100

    bump version; changelog

diff --git a/lib/Devel/TypeTiny/Perl56Compat.pm b/lib/Devel/TypeTiny/Perl56Compat.pm
index 9371e8d..449f9d9 100644
--- a/lib/Devel/TypeTiny/Perl56Compat.pm
+++ b/lib/Devel/TypeTiny/Perl56Compat.pm
@@ -1,6 +1,6 @@
 package Devel::TypeTiny::Perl56Compat;
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.018';
+our $VERSION   = '0.019_01';
 
 #### B doesn't provide perlstring() in 5.6. Monkey patch it.
 
diff --git a/lib/Eval/TypeTiny.pm b/lib/Eval/TypeTiny.pm
index 59fd4e2..f578790 100644
--- a/lib/Eval/TypeTiny.pm
+++ b/lib/Eval/TypeTiny.pm
@@ -14,7 +14,7 @@ sub _clean_eval
 }
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.018';
+our $VERSION   = '0.019_01';
 our @EXPORT    = qw( eval_closure );
 our @EXPORT_OK = qw( HAS_LEXICAL_SUBS );
 
diff --git a/lib/Exporter/TypeTiny.pm b/lib/Exporter/TypeTiny.pm
index b9d33f6..ba2c917 100644
--- a/lib/Exporter/TypeTiny.pm
+++ b/lib/Exporter/TypeTiny.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings; no warnings qw(void once uninitialized numeric redefine);
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.018';
+our $VERSION   = '0.019_01';
 our @EXPORT_OK = qw< mkopt mkopt_hash _croak >;
 
 sub _croak ($;@) { require Type::Exception; goto \&Type::Exception::croak }
diff --git a/lib/Reply/Plugin/TypeTiny.pm b/lib/Reply/Plugin/TypeTiny.pm
index 5b8e0e0..411923b 100644
--- a/lib/Reply/Plugin/TypeTiny.pm
+++ b/lib/Reply/Plugin/TypeTiny.pm
@@ -5,7 +5,7 @@ use warnings;
 
 BEGIN {
 	$Reply::Plugin::TypeTiny::AUTHORITY = 'cpan:TOBYINK';
-	$Reply::Plugin::TypeTiny::VERSION   = '0.018';
+	$Reply::Plugin::TypeTiny::VERSION   = '0.019_01';
 };
 
 use base 'Reply::Plugin';
diff --git a/lib/Test/TypeTiny.pm b/lib/Test/TypeTiny.pm
index 0ef6aff..0378a7a 100644
--- a/lib/Test/TypeTiny.pm
+++ b/lib/Test/TypeTiny.pm
@@ -13,7 +13,7 @@ BEGIN {
 };
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.018';
+our $VERSION   = '0.019_01';
 our @EXPORT    = qw( should_pass should_fail ok_subtype );
 our @EXPORT_OK = qw( EXTENDED_TESTING );
 
diff --git a/lib/Type/Coercion.pm b/lib/Type/Coercion.pm
index 28b4902..9a4c129 100644
--- a/lib/Type/Coercion.pm
+++ b/lib/Type/Coercion.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Coercion::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Coercion::VERSION   = '0.018';
+	$Type::Coercion::VERSION   = '0.019_01';
 }
 
 use Eval::TypeTiny qw<>;
diff --git a/lib/Type/Coercion/Union.pm b/lib/Type/Coercion/Union.pm
index d9c3cc0..9ecec50 100644
--- a/lib/Type/Coercion/Union.pm
+++ b/lib/Type/Coercion/Union.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Coercion::Union::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Coercion::Union::VERSION   = '0.018';
+	$Type::Coercion::Union::VERSION   = '0.019_01';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Exception.pm b/lib/Type/Exception.pm
index 88fa77c..ebc4f8c 100644
--- a/lib/Type/Exception.pm
+++ b/lib/Type/Exception.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Exception::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Exception::VERSION   = '0.018';
+	$Type::Exception::VERSION   = '0.019_01';
 }
 
 use overload
diff --git a/lib/Type/Exception/Assertion.pm b/lib/Type/Exception/Assertion.pm
index 6fddaa7..c010fc7 100644
--- a/lib/Type/Exception/Assertion.pm
+++ b/lib/Type/Exception/Assertion.pm
@@ -10,7 +10,7 @@ BEGIN {
 
 BEGIN {
 	$Type::Exception::Assertion::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Exception::Assertion::VERSION   = '0.018';
+	$Type::Exception::Assertion::VERSION   = '0.019_01';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Exception/Compilation.pm b/lib/Type/Exception/Compilation.pm
index e988cab..3f53842 100644
--- a/lib/Type/Exception/Compilation.pm
+++ b/lib/Type/Exception/Compilation.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Exception::Compilation::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Exception::Compilation::VERSION   = '0.018';
+	$Type::Exception::Compilation::VERSION   = '0.019_01';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Exception/WrongNumberOfParameters.pm b/lib/Type/Exception/WrongNumberOfParameters.pm
index df9d6a7..fc9fdd2 100644
--- a/lib/Type/Exception/WrongNumberOfParameters.pm
+++ b/lib/Type/Exception/WrongNumberOfParameters.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Exception::WrongNumberOfParameters::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Exception::WrongNumberOfParameters::VERSION   = '0.018';
+	$Type::Exception::WrongNumberOfParameters::VERSION   = '0.019_01';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Library.pm b/lib/Type/Library.pm
index e974257..fa8ff1a 100644
--- a/lib/Type/Library.pm
+++ b/lib/Type/Library.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Library::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Library::VERSION   = '0.018';
+	$Type::Library::VERSION   = '0.019_01';
 }
 
 use Eval::TypeTiny qw< eval_closure >;
diff --git a/lib/Type/Params.pm b/lib/Type/Params.pm
index cb1f830..5fb7faf 100644
--- a/lib/Type/Params.pm
+++ b/lib/Type/Params.pm
@@ -10,7 +10,7 @@ BEGIN {
 
 BEGIN {
 	$Type::Params::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Params::VERSION   = '0.018';
+	$Type::Params::VERSION   = '0.019_01';
 }
 
 use B qw(perlstring);
diff --git a/lib/Type/Parser.pm b/lib/Type/Parser.pm
index 3472eb0..c412c90 100644
--- a/lib/Type/Parser.pm
+++ b/lib/Type/Parser.pm
@@ -6,7 +6,7 @@ use warnings;
 sub _croak ($;@) { require Type::Exception; goto \&Type::Exception::croak }
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.018';
+our $VERSION   = '0.019_01';
 
 # Token types
 # 
diff --git a/lib/Type/Registry.pm b/lib/Type/Registry.pm
index bbbeeed..9b36215 100644
--- a/lib/Type/Registry.pm
+++ b/lib/Type/Registry.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Registry::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Registry::VERSION   = '0.018';
+	$Type::Registry::VERSION   = '0.019_01';
 }
 
 use Exporter::TypeTiny qw( mkopt _croak );
diff --git a/lib/Type/Tiny.pm b/lib/Type/Tiny.pm
index 5ddafbe..8f0fa79 100644
--- a/lib/Type/Tiny.pm
+++ b/lib/Type/Tiny.pm
@@ -10,7 +10,7 @@ BEGIN {
 
 BEGIN {
 	$Type::Tiny::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Tiny::VERSION   = '0.018';
+	$Type::Tiny::VERSION   = '0.019_01';
 }
 
 use Eval::TypeTiny ();
diff --git a/lib/Type/Tiny/Class.pm b/lib/Type/Tiny/Class.pm
index 728896c..09a9716 100644
--- a/lib/Type/Tiny/Class.pm
+++ b/lib/Type/Tiny/Class.pm
@@ -10,7 +10,7 @@ BEGIN {
 
 BEGIN {
 	$Type::Tiny::Class::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Tiny::Class::VERSION   = '0.018';
+	$Type::Tiny::Class::VERSION   = '0.019_01';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Duck.pm b/lib/Type/Tiny/Duck.pm
index a36ed1b..7a96590 100644
--- a/lib/Type/Tiny/Duck.pm
+++ b/lib/Type/Tiny/Duck.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Tiny::Duck::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Tiny::Duck::VERSION   = '0.018';
+	$Type::Tiny::Duck::VERSION   = '0.019_01';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Enum.pm b/lib/Type/Tiny/Enum.pm
index f6df11c..2d00094 100644
--- a/lib/Type/Tiny/Enum.pm
+++ b/lib/Type/Tiny/Enum.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Tiny::Enum::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Tiny::Enum::VERSION   = '0.018';
+	$Type::Tiny::Enum::VERSION   = '0.019_01';
 }
 
 sub _croak ($;@) { require Type::Exception; goto \&Type::Exception::croak }
diff --git a/lib/Type/Tiny/Intersection.pm b/lib/Type/Tiny/Intersection.pm
index e048b29..d39851d 100644
--- a/lib/Type/Tiny/Intersection.pm
+++ b/lib/Type/Tiny/Intersection.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Tiny::Intersection::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Tiny::Intersection::VERSION   = '0.018';
+	$Type::Tiny::Intersection::VERSION   = '0.019_01';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Role.pm b/lib/Type/Tiny/Role.pm
index b8f040b..2413cb6 100644
--- a/lib/Type/Tiny/Role.pm
+++ b/lib/Type/Tiny/Role.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Tiny::Role::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Tiny::Role::VERSION   = '0.018';
+	$Type::Tiny::Role::VERSION   = '0.019_01';
 }
 
 use Scalar::Util qw< blessed weaken >;
diff --git a/lib/Type/Tiny/Union.pm b/lib/Type/Tiny/Union.pm
index 526ca24..7ec4573 100644
--- a/lib/Type/Tiny/Union.pm
+++ b/lib/Type/Tiny/Union.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Tiny::Union::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Tiny::Union::VERSION   = '0.018';
+	$Type::Tiny::Union::VERSION   = '0.019_01';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Utils.pm b/lib/Type/Utils.pm
index 8fbefb3..7c93a20 100644
--- a/lib/Type/Utils.pm
+++ b/lib/Type/Utils.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
 	$Type::Utils::AUTHORITY = 'cpan:TOBYINK';
-	$Type::Utils::VERSION   = '0.018';
+	$Type::Utils::VERSION   = '0.019_01';
 }
 
 sub _croak ($;@) { require Type::Exception; goto \&Type::Exception::croak }
diff --git a/lib/Types/Standard.pm b/lib/Types/Standard.pm
index aa1ad84..ad74b91 100644
--- a/lib/Types/Standard.pm
+++ b/lib/Types/Standard.pm
@@ -10,7 +10,7 @@ BEGIN {
 
 BEGIN {
 	$Types::Standard::AUTHORITY = 'cpan:TOBYINK';
-	$Types::Standard::VERSION   = '0.018';
+	$Types::Standard::VERSION   = '0.019_01';
 }
 
 use Type::Library -base;
diff --git a/lib/Types/TypeTiny.pm b/lib/Types/TypeTiny.pm
index 131ea48..575a4ab 100644
--- a/lib/Types/TypeTiny.pm
+++ b/lib/Types/TypeTiny.pm
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.018';
+our $VERSION   = '0.019_01';
 
 use Scalar::Util qw< blessed >;
 
diff --git a/meta/changes.pret b/meta/changes.pret
index 6e70ff0..221442f 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -828,3 +828,11 @@
 		item "Updated NEWS file."^^Documentation;
 	].
 
+`Type-Tiny 0.019_01 cpan:TOBYINK`
+	issued  2013-07-23;
+	changeset [
+		dcs:versus `Type-Tiny 0.018 cpan:TOBYINK`;
+		item "Work around lack of B::perlstring() function in Perl 5.6.x in test suite."^^Bugfix;
+		item "Eval::TypeTiny now closes over variables properly."^^Bugfix;
+	].
+

-- 
libtype-tiny-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list