perl-CPAN-Meta-YAML/CPAN-Meta-YAML-0.004-old-Test::More.patch
Paul Howarth 24eecf45cf Update to 0.004
- New upstream release 0.004
  - Generated from ADAMK/YAML-Tiny-1.50.tar.gz
- BR: perl(Test::Version) for additional test coverage
- Update patch for building with ExtUtils::MakeMaker < 6.30
- Add patch to support building with Test::More < 0.88
- Add patch to fix operation with Scalar::Util < 1.18
2011-09-07 14:26:44 +01:00

11 lines
332 B
Diff

--- CPAN-Meta-YAML-0.004/xt/release/test-version.t.orig 2011-09-06 14:42:59.000000000 +0100
+++ CPAN-Meta-YAML-0.004/xt/release/test-version.t 2011-09-07 13:22:05.882101877 +0100
@@ -8,5 +8,6 @@
plan skip_all => "Test::Version 0.04 required for testing versions"
if $@;
+plan tests => 1;
+
version_all_ok();
-done_testing;