perl-CPAN-Meta-YAML/CPAN-Meta-YAML-0.009-old-Test::More.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

11 lines
208 B
Diff

--- xt/release/test-version.t
+++ xt/release/test-version.t
@@ -18,5 +18,5 @@ push @imports, $params
Test::Version->import(@imports);
-version_all_ok;
-done_testing;
+plan tests => 2;
+version_all_ok();