855874bb14
- New upstream release 0.006: - Set back configure_requires prerequisite for ExtUtils::MakeMaker from 6.30 to 6.17 - BR: perl(Test::Requires) - BR: perl(Test::Spelling), perl(Pod::Wordlist::hanekomu) and aspell-en to enable the spell checker test - Drop patch for building with old ExtUtils::MakeMaker versions, no longer needed - Drop support for soon-to-be-EOL RHEL-4: - Drop %defattr, redundant since rpm 4.4 - Update patch for building with Test::More < 0.88
11 lines
410 B
Diff
11 lines
410 B
Diff
diff -up CPAN-Meta-YAML-0.006/xt/release/test-version.t.orig CPAN-Meta-YAML-0.006/xt/release/test-version.t
|
|
--- CPAN-Meta-YAML-0.006/xt/release/test-version.t.orig 2012-02-07 01:51:53.000000000 +0000
|
|
+++ CPAN-Meta-YAML-0.006/xt/release/test-version.t 2012-02-07 11:48:13.912695104 +0000
|
|
@@ -8,5 +8,5 @@ use Test::Requires {
|
|
'Test::Version' => 0.04,
|
|
};
|
|
|
|
+plan tests => 2;
|
|
version_all_ok;
|
|
-done_testing;
|