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


The following commit has been merged in the master branch:
commit 2606b37ad840e043cd4f8009faf31211fec1349d
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sun Jul 21 19:31:34 2013 +0100

    bump version; changelog

diff --git a/NEWS b/NEWS
index 5691462..fb78e2f 100644
--- a/NEWS
+++ b/NEWS
@@ -64,3 +64,7 @@
 
  - Type::Utils::dwim_type() function.
  - Experimental support for Perl 5.6.x.
+
+2013-07-21 Type-Tiny version 0.018 released!
+
+ - Improved support for Perl 5.6.x.
diff --git a/lib/Devel/TypeTiny/Perl56Compat.pm b/lib/Devel/TypeTiny/Perl56Compat.pm
index 8233357..91004b2 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.017_02';
+our $VERSION   = '0.018';
 
 #### B doesn't provide perlstring() in 5.6. Monkey patch it.
 
diff --git a/lib/Eval/TypeTiny.pm b/lib/Eval/TypeTiny.pm
index 6a32c56..154b853 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.017_02';
+our $VERSION   = '0.018';
 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 6c7bbc7..b9d33f6 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.017_02';
+our $VERSION   = '0.018';
 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 d14480c..5b8e0e0 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.017_02';
+	$Reply::Plugin::TypeTiny::VERSION   = '0.018';
 };
 
 use base 'Reply::Plugin';
diff --git a/lib/Test/TypeTiny.pm b/lib/Test/TypeTiny.pm
index 12518cc..0ef6aff 100644
--- a/lib/Test/TypeTiny.pm
+++ b/lib/Test/TypeTiny.pm
@@ -13,7 +13,7 @@ BEGIN {
 };
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.017_02';
+our $VERSION   = '0.018';
 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 7698504..28b4902 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.017_02';
+	$Type::Coercion::VERSION   = '0.018';
 }
 
 use Eval::TypeTiny qw<>;
diff --git a/lib/Type/Coercion/Union.pm b/lib/Type/Coercion/Union.pm
index e0da522..d9c3cc0 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.017_02';
+	$Type::Coercion::Union::VERSION   = '0.018';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Exception.pm b/lib/Type/Exception.pm
index 54ab7dd..88fa77c 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.017_02';
+	$Type::Exception::VERSION   = '0.018';
 }
 
 use overload
diff --git a/lib/Type/Exception/Assertion.pm b/lib/Type/Exception/Assertion.pm
index a92f43a..6fddaa7 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.017_02';
+	$Type::Exception::Assertion::VERSION   = '0.018';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Exception/Compilation.pm b/lib/Type/Exception/Compilation.pm
index 6c3cdb5..e988cab 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.017_02';
+	$Type::Exception::Compilation::VERSION   = '0.018';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Exception/WrongNumberOfParameters.pm b/lib/Type/Exception/WrongNumberOfParameters.pm
index 5b36ca3..df9d6a7 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.017_02';
+	$Type::Exception::WrongNumberOfParameters::VERSION   = '0.018';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Library.pm b/lib/Type/Library.pm
index 0d35d4d..e974257 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.017_02';
+	$Type::Library::VERSION   = '0.018';
 }
 
 use Eval::TypeTiny qw< eval_closure >;
diff --git a/lib/Type/Params.pm b/lib/Type/Params.pm
index bf0b818..cb1f830 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.017_02';
+	$Type::Params::VERSION   = '0.018';
 }
 
 use B qw(perlstring);
diff --git a/lib/Type/Parser.pm b/lib/Type/Parser.pm
index eb90754..3472eb0 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.017_02';
+our $VERSION   = '0.018';
 
 # Token types
 # 
diff --git a/lib/Type/Registry.pm b/lib/Type/Registry.pm
index 51b6ea7..bbbeeed 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.017_02';
+	$Type::Registry::VERSION   = '0.018';
 }
 
 use Exporter::TypeTiny qw( mkopt _croak );
diff --git a/lib/Type/Tiny.pm b/lib/Type/Tiny.pm
index 2a9257d..5ddafbe 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.017_02';
+	$Type::Tiny::VERSION   = '0.018';
 }
 
 use Eval::TypeTiny ();
diff --git a/lib/Type/Tiny/Class.pm b/lib/Type/Tiny/Class.pm
index 81ceac7..728896c 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.017_02';
+	$Type::Tiny::Class::VERSION   = '0.018';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Duck.pm b/lib/Type/Tiny/Duck.pm
index a976fb6..a36ed1b 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.017_02';
+	$Type::Tiny::Duck::VERSION   = '0.018';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Enum.pm b/lib/Type/Tiny/Enum.pm
index 8b0b6ef..f6df11c 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.017_02';
+	$Type::Tiny::Enum::VERSION   = '0.018';
 }
 
 sub _croak ($;@) { require Type::Exception; goto \&Type::Exception::croak }
diff --git a/lib/Type/Tiny/Intersection.pm b/lib/Type/Tiny/Intersection.pm
index 2074a4d..e048b29 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.017_02';
+	$Type::Tiny::Intersection::VERSION   = '0.018';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Role.pm b/lib/Type/Tiny/Role.pm
index c4e686c..b8f040b 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.017_02';
+	$Type::Tiny::Role::VERSION   = '0.018';
 }
 
 use Scalar::Util qw< blessed weaken >;
diff --git a/lib/Type/Tiny/Union.pm b/lib/Type/Tiny/Union.pm
index 6a7df0c..526ca24 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.017_02';
+	$Type::Tiny::Union::VERSION   = '0.018';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Utils.pm b/lib/Type/Utils.pm
index fd460d7..8fbefb3 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.017_02';
+	$Type::Utils::VERSION   = '0.018';
 }
 
 sub _croak ($;@) { require Type::Exception; goto \&Type::Exception::croak }
diff --git a/lib/Types/Standard.pm b/lib/Types/Standard.pm
index 091994d..aa1ad84 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.017_02';
+	$Types::Standard::VERSION   = '0.018';
 }
 
 use Type::Library -base;
diff --git a/lib/Types/TypeTiny.pm b/lib/Types/TypeTiny.pm
index 31e4a79..131ea48 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.017_02';
+our $VERSION   = '0.018';
 
 use Scalar::Util qw< blessed >;
 
diff --git a/meta/changes.pret b/meta/changes.pret
index 6ed925e..6e70ff0 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -821,3 +821,10 @@
 		];
 	].
 
+`Type-Tiny 0.018 cpan:TOBYINK`
+	issued  2013-07-21;
+	changeset [
+		dcs:versus `Type-Tiny 0.017_02 cpan:TOBYINK`;
+		item "Updated NEWS file."^^Documentation;
+	].
+

-- 
libtype-tiny-perl Debian packaging



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