This is an automated email from the git hooks/post-receive script. js pushed a commit to tag 1.001_000 in repository libtype-tiny-perl.
commit c0b88f9d352069b8e50bdb373cf4a006350662a3 Author: Toby Inkster <[email protected]> Date: Sun Sep 7 20:51:28 2014 +0100 it looks like this problem was solved in Moose 2.0201 (2011-07-22) --- t/20-unit/Type-Parser/moosextypes.t | 4 ++-- t/20-unit/Type-Registry/moosextypes.t | 4 ++-- t/20-unit/Type-Utils/dwim-moose.t | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/t/20-unit/Type-Parser/moosextypes.t b/t/20-unit/Type-Parser/moosextypes.t index 7de1c91..77cae14 100644 --- a/t/20-unit/Type-Parser/moosextypes.t +++ b/t/20-unit/Type-Parser/moosextypes.t @@ -8,7 +8,7 @@ Checks Type::Parser can pick up MooseX::Types type constraints. =head1 DEPENDENCIES -Requires L<Moose> 2.0600 and L<MooseX::Types::Common> 0.001004; +Requires L<Moose> 2.0201 and L<MooseX::Types::Common> 0.001004; skipped otherwise. =head1 AUTHOR @@ -29,7 +29,7 @@ use warnings; use lib qw( ./lib ./t/lib ../inc ./inc ); use Test::More; -use Test::Requires { 'Moose' => '2.0600' }; +use Test::Requires { 'Moose' => '2.0201' }; use Test::Requires { 'MooseX::Types::Common' => '0.001004' }; use Test::TypeTiny; use Test::Fatal; diff --git a/t/20-unit/Type-Registry/moosextypes.t b/t/20-unit/Type-Registry/moosextypes.t index d7f21aa..db08ed4 100644 --- a/t/20-unit/Type-Registry/moosextypes.t +++ b/t/20-unit/Type-Registry/moosextypes.t @@ -8,7 +8,7 @@ Checks Type::Registry works with MooseX::Types. =head1 DEPENDENCIES -Requires L<Moose> 2.0600 and L<MooseX::Types::Common> 0.001004; +Requires L<Moose> 2.0201 and L<MooseX::Types::Common> 0.001004; kipped otherwise. =head1 AUTHOR @@ -29,7 +29,7 @@ use warnings; use lib qw( ./lib ./t/lib ../inc ./inc ); use Test::More; -use Test::Requires { 'Moose' => '2.0600' }; +use Test::Requires { 'Moose' => '2.0201' }; use Test::Requires { 'MooseX::Types::Common' => '0.001004' }; use Test::TypeTiny; use Test::Fatal; diff --git a/t/20-unit/Type-Utils/dwim-moose.t b/t/20-unit/Type-Utils/dwim-moose.t index adab841..ccc8fd1 100644 --- a/t/20-unit/Type-Utils/dwim-moose.t +++ b/t/20-unit/Type-Utils/dwim-moose.t @@ -9,7 +9,7 @@ picked up by C<dwim_type> from L<Type::Utils>. =head1 DEPENDENCIES -Moose 2.0000 and MooseX::Types 0.35; skipped otherwise. +Moose 2.0201 and MooseX::Types 0.35; skipped otherwise. =head1 AUTHOR @@ -28,7 +28,7 @@ use strict; use warnings; use Test::More; -use Test::Requires { "Moose" => "2.0000" }; +use Test::Requires { "Moose" => "2.0201" }; use Test::Requires { "MooseX::Types" => "0.35" }; use Test::TypeTiny; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
