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


The following commit has been merged in the master branch:
commit 2d9b6b5d90b1325a28c73e31d886924297771cca
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Fri Jul 19 18:26:54 2013 +0100

    bump version; changelog

diff --git a/lib/Devel/TypeTiny/Perl56Compat.pm b/lib/Devel/TypeTiny/Perl56Compat.pm
index ff4161a..59be7e1 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_01';
+our $VERSION   = '0.017_02';
 
 #### B doesn't provide perlstring() in 5.6. Monkey patch it.
 
diff --git a/lib/Eval/TypeTiny.pm b/lib/Eval/TypeTiny.pm
index 70bc119..6a32c56 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_01';
+our $VERSION   = '0.017_02';
 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 833b00d..6c7bbc7 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_01';
+our $VERSION   = '0.017_02';
 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 e7ea2e2..d14480c 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_01';
+	$Reply::Plugin::TypeTiny::VERSION   = '0.017_02';
 };
 
 use base 'Reply::Plugin';
diff --git a/lib/Test/TypeTiny.pm b/lib/Test/TypeTiny.pm
index a1796c2..12518cc 100644
--- a/lib/Test/TypeTiny.pm
+++ b/lib/Test/TypeTiny.pm
@@ -13,7 +13,7 @@ BEGIN {
 };
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '0.017_01';
+our $VERSION   = '0.017_02';
 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 d45c1a1..96961be 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_01';
+	$Type::Coercion::VERSION   = '0.017_02';
 }
 
 use Eval::TypeTiny qw<>;
diff --git a/lib/Type/Coercion/Union.pm b/lib/Type/Coercion/Union.pm
index f45cf80..e0da522 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_01';
+	$Type::Coercion::Union::VERSION   = '0.017_02';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Exception.pm b/lib/Type/Exception.pm
index 510e4d1..54ab7dd 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_01';
+	$Type::Exception::VERSION   = '0.017_02';
 }
 
 use overload
diff --git a/lib/Type/Exception/Assertion.pm b/lib/Type/Exception/Assertion.pm
index 877093d..accdbfb 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_01';
+	$Type::Exception::Assertion::VERSION   = '0.017_02';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Exception/Compilation.pm b/lib/Type/Exception/Compilation.pm
index b9d9e38..6c3cdb5 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_01';
+	$Type::Exception::Compilation::VERSION   = '0.017_02';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Exception/WrongNumberOfParameters.pm b/lib/Type/Exception/WrongNumberOfParameters.pm
index 551325d..5b36ca3 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_01';
+	$Type::Exception::WrongNumberOfParameters::VERSION   = '0.017_02';
 }
 
 use base "Type::Exception";
diff --git a/lib/Type/Library.pm b/lib/Type/Library.pm
index 4ba74ba..0d35d4d 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_01';
+	$Type::Library::VERSION   = '0.017_02';
 }
 
 use Eval::TypeTiny qw< eval_closure >;
diff --git a/lib/Type/Params.pm b/lib/Type/Params.pm
index 39f8011..bf0b818 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_01';
+	$Type::Params::VERSION   = '0.017_02';
 }
 
 use B qw(perlstring);
diff --git a/lib/Type/Parser.pm b/lib/Type/Parser.pm
index d076174..85055a4 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_01';
+our $VERSION   = '0.017_02';
 
 # Token types
 # 
diff --git a/lib/Type/Registry.pm b/lib/Type/Registry.pm
index a02a3a0..51b6ea7 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_01';
+	$Type::Registry::VERSION   = '0.017_02';
 }
 
 use Exporter::TypeTiny qw( mkopt _croak );
diff --git a/lib/Type/Tiny.pm b/lib/Type/Tiny.pm
index 94897c7..a28dc61 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_01';
+	$Type::Tiny::VERSION   = '0.017_02';
 }
 
 use Eval::TypeTiny ();
diff --git a/lib/Type/Tiny/Class.pm b/lib/Type/Tiny/Class.pm
index 45ba93e..81ceac7 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_01';
+	$Type::Tiny::Class::VERSION   = '0.017_02';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Duck.pm b/lib/Type/Tiny/Duck.pm
index d5aa278..a976fb6 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_01';
+	$Type::Tiny::Duck::VERSION   = '0.017_02';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Enum.pm b/lib/Type/Tiny/Enum.pm
index 7196f20..8b0b6ef 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_01';
+	$Type::Tiny::Enum::VERSION   = '0.017_02';
 }
 
 sub _croak ($;@) { require Type::Exception; goto \&Type::Exception::croak }
diff --git a/lib/Type/Tiny/Intersection.pm b/lib/Type/Tiny/Intersection.pm
index e25afa2..2074a4d 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_01';
+	$Type::Tiny::Intersection::VERSION   = '0.017_02';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Tiny/Role.pm b/lib/Type/Tiny/Role.pm
index 0088d86..c4e686c 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_01';
+	$Type::Tiny::Role::VERSION   = '0.017_02';
 }
 
 use Scalar::Util qw< blessed weaken >;
diff --git a/lib/Type/Tiny/Union.pm b/lib/Type/Tiny/Union.pm
index 473d18a..6a7df0c 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_01';
+	$Type::Tiny::Union::VERSION   = '0.017_02';
 }
 
 use Scalar::Util qw< blessed >;
diff --git a/lib/Type/Utils.pm b/lib/Type/Utils.pm
index 29ed6e7..fd460d7 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_01';
+	$Type::Utils::VERSION   = '0.017_02';
 }
 
 sub _croak ($;@) { require Type::Exception; goto \&Type::Exception::croak }
diff --git a/lib/Types/Standard.pm b/lib/Types/Standard.pm
index 86e85dc..091994d 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_01';
+	$Types::Standard::VERSION   = '0.017_02';
 }
 
 use Type::Library -base;
diff --git a/lib/Types/TypeTiny.pm b/lib/Types/TypeTiny.pm
index e139f01..31e4a79 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_01';
+our $VERSION   = '0.017_02';
 
 use Scalar::Util qw< blessed >;
 
diff --git a/meta/changes.pret b/meta/changes.pret
index 5645cb8..9ea377e 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -806,3 +806,14 @@
 		item "Work around lack of B::perlstring() function in Perl 5.6.x."^^Bugfix;
 	].
 
+`Type-Tiny 0.017_02 cpan:TOBYINK`
+	issued  2013-07-20;
+	changeset [
+		dcs:versus `Type-Tiny 0.017_01 cpan:TOBYINK`;
+		item [
+			a dcs:Change;
+			label "Hopefully improved workaround for missing B::perlstring() using Data::Dumper instead of quotemeta().";
+			dcs:thanks cpan:RIBASUSHI;
+		];
+	].
+
diff --git a/meta/people.pret b/meta/people.pret
index c3ebada..30e2d07 100644
--- a/meta/people.pret
+++ b/meta/people.pret
@@ -39,6 +39,9 @@ cpan:TIMB
 cpan:MARKSTOS
 	:name "Mark Stosberg".
 
+cpan:RIBASUSHI
+	:name "Peter Rabbitson".
+
 # We bundle some files made by these dudes...
 
 cpan:RJBS

-- 
libtype-tiny-perl Debian packaging



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