[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:07 UTC 2013


The following commit has been merged in the master branch:
commit 068f5c574e1b4904b2c02ff16527b593766c7e7e
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Tue Jul 23 21:23:23 2013 +0100

    bump version; changelog

diff --git a/lib/Devel/TypeTiny/Perl56Compat.pm b/lib/Devel/TypeTiny/Perl56Compat.pm
index 449f9d9..7902d8a 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.019_01';
+our $VERSION   = '0.020';
 
 #### B doesn't provide perlstring() in 5.6. Monkey patch it.
 
diff --git a/lib/Eval/TypeTiny.pm b/lib/Eval/TypeTiny.pm
index f578790..bc4e9a4 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.019_01';
+our $VERSION   = '0.020';
 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 ba2c917..3b47ac4 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.019_01';
+our $VERSION   = '0.020';
 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 411923b..7bd659a 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.019_01';
+	$Reply::Plugin::TypeTiny::VERSION   = '0.020';
 };
 
 use base 'Reply::Plugin';
diff --git a/lib/Test/TypeTiny.pm b/lib/Test/TypeTiny.pm
index 0378a7a..950d186 100644
--- a/lib/Test/TypeTiny.pm
+++ b/lib/Test/TypeTiny.pm
@@ -13,7 +13,7 @@ BEGIN {
 };
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.019_01';
+our $VERSION   = '0.020';
 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 9a4c129..257ad92 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.019_01';
+	$Type::Coercion::VERSION   = '0.020';
 }
 
 use Eval::TypeTiny qw<>;
diff --git a/lib/Type/Coercion/Union.pm b/lib/Type/Coercion/Union.pm
index 9ecec50..85b6c51 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.019_01';
+	$Type::Coercion::Union::VERSION   = '0.020';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Exception.pm b/lib/Type/Exception.pm
index ebc4f8c..91c22fe 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.019_01';
+	$Type::Exception::VERSION   = '0.020';
 }
 
 use overload
diff --git a/lib/Type/Exception/Assertion.pm b/lib/Type/Exception/Assertion.pm
index c010fc7..3619c0b 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.019_01';
+	$Type::Exception::Assertion::VERSION   = '0.020';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Exception/Compilation.pm b/lib/Type/Exception/Compilation.pm
index 3f53842..266cef6 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.019_01';
+	$Type::Exception::Compilation::VERSION   = '0.020';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Exception/WrongNumberOfParameters.pm b/lib/Type/Exception/WrongNumberOfParameters.pm
index fc9fdd2..2477c3a 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.019_01';
+	$Type::Exception::WrongNumberOfParameters::VERSION   = '0.020';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Library.pm b/lib/Type/Library.pm
index fa8ff1a..0ca2393 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.019_01';
+	$Type::Library::VERSION   = '0.020';
 }
 
 use Eval::TypeTiny qw< eval_closure >;
diff --git a/lib/Type/Params.pm b/lib/Type/Params.pm
index 5fb7faf..25eb06f 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.019_01';
+	$Type::Params::VERSION   = '0.020';
 }
 
 use B qw(perlstring);
diff --git a/lib/Type/Parser.pm b/lib/Type/Parser.pm
index c412c90..dafbe62 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.019_01';
+our $VERSION   = '0.020';
 
 # Token types
 # 
diff --git a/lib/Type/Registry.pm b/lib/Type/Registry.pm
index 9b36215..ea5fb00 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.019_01';
+	$Type::Registry::VERSION   = '0.020';
 }
 
 use Exporter::TypeTiny qw( mkopt _croak );
diff --git a/lib/Type/Tiny.pm b/lib/Type/Tiny.pm
index 8f0fa79..43ae681 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.019_01';
+	$Type::Tiny::VERSION   = '0.020';
 }
 
 use Eval::TypeTiny ();
diff --git a/lib/Type/Tiny/Class.pm b/lib/Type/Tiny/Class.pm
index 09a9716..bdb4837 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.019_01';
+	$Type::Tiny::Class::VERSION   = '0.020';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Duck.pm b/lib/Type/Tiny/Duck.pm
index 7a96590..926ab6a 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.019_01';
+	$Type::Tiny::Duck::VERSION   = '0.020';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Enum.pm b/lib/Type/Tiny/Enum.pm
index 2d00094..251c5b9 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.019_01';
+	$Type::Tiny::Enum::VERSION   = '0.020';
 }
 
 sub _croak ($;@) { require Type::Exception; goto \&Type::Exception::croak }
diff --git a/lib/Type/Tiny/Intersection.pm b/lib/Type/Tiny/Intersection.pm
index d39851d..2b2cd8c 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.019_01';
+	$Type::Tiny::Intersection::VERSION   = '0.020';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Role.pm b/lib/Type/Tiny/Role.pm
index 2413cb6..a173b9f 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.019_01';
+	$Type::Tiny::Role::VERSION   = '0.020';
 }
 
 use Scalar::Util qw< blessed weaken >;
diff --git a/lib/Type/Tiny/Union.pm b/lib/Type/Tiny/Union.pm
index 7ec4573..54e9243 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.019_01';
+	$Type::Tiny::Union::VERSION   = '0.020';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Utils.pm b/lib/Type/Utils.pm
index 7c93a20..98aea20 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.019_01';
+	$Type::Utils::VERSION   = '0.020';
 }
 
 sub _croak ($;@) { require Type::Exception; goto \&Type::Exception::croak }
diff --git a/lib/Types/Standard.pm b/lib/Types/Standard.pm
index ad74b91..8f7aa56 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.019_01';
+	$Types::Standard::VERSION   = '0.020';
 }
 
 use Type::Library -base;
diff --git a/lib/Types/TypeTiny.pm b/lib/Types/TypeTiny.pm
index 575a4ab..8312309 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.019_01';
+our $VERSION   = '0.020';
 
 use Scalar::Util qw< blessed >;
 
diff --git a/meta/changes.pret b/meta/changes.pret
index 221442f..b7568bf 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -836,3 +836,9 @@
 		item "Eval::TypeTiny now closes over variables properly."^^Bugfix;
 	].
 
+`Type-Tiny 0.020 cpan:TOBYINK`
+	issued  2013-07-23;
+	changeset [
+		dcs:versus `Type-Tiny 0.019_01 cpan:TOBYINK`;
+		item "Updated NEWS file."^^Documentation;
+	].

-- 
libtype-tiny-perl Debian packaging



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