From 39365585faf294b2ddc54b7c2caa40a8b2d6e41d Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Thu, 7 Jun 2012 14:55:39 +0200 Subject: [PATCH] New YAML tests --- sandbox/genMETA.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/genMETA.pm b/sandbox/genMETA.pm index b5d96b6..490cffd 100644 --- a/sandbox/genMETA.pm +++ b/sandbox/genMETA.pm @@ -10,7 +10,7 @@ use Carp; use List::Util qw( first ); use Encode qw( encode decode ); -use Test::YAML::Meta::Version; +use Test::CPAN::Meta::YAML::Version; use Test::MinimumVersion; use Test::More (); use Parse::CPAN::Meta; @@ -207,7 +207,7 @@ sub check_yaml $self->{verbose} and print Dump $h; - my $t = Test::YAML::Meta::Version->new (yaml => $h); + my $t = Test::CPAN::Meta::YAML::Version->new (yaml => $h); $t->parse () and croak join "\n", "Test::YAML::Meta reported failure:", $t->errors, ""; -- 2.11.4.GIT