perl-CPAN-Meta-YAML/CPAN-Meta-YAML-0.009-TM094.patch
Paul Howarth 0d23f9b5b3 Update to 0.010
- New upstream release 0.010:
  - Generated from ETHER/YAML-Tiny-1.55.tar.gz
  - Makefile.PL will use UNINST=1 on old perls that might have an old version
    incorrectly installed into the core library path
  - Updated Makefile.PL logic to support PERL_NO_HIGHLANDER
- Drop redundant BRs: perl(Pod::Wordlist::hanekomu), perl(Test::Requires),
  perl(Test::Spelling) and aspell-en
- Add new test dependencies perl(IO::Handle) and perl(IPC::Open3)
- Build with UNINST=0 to avoid build failures as we can't remove the system
  version of the package when building an rpm for a new version
- Update patch for building with old Test::More, and add new patch to support
  building with Test::More < 0.94
- Don't run the extra tests in EPEL as we don't have Test::Version there
2013-09-23 22:02:17 +01:00

17 lines
434 B
Diff

--- t/00-compile.t
+++ t/00-compile.t
@@ -3,7 +3,7 @@
# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.030
-use Test::More 0.94 tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
+use Test::More 0.47 tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
@@ -41,4 +41,3 @@
is(scalar(@warnings), 0, 'no warnings found') if $ENV{AUTHOR_TESTING};
-BAIL_OUT("Compilation problems") if !Test::More->builder->is_passing;