perl-CPAN-Meta-YAML/CPAN-Meta-YAML-0.004-old-EU::MM.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

12 lines
157 B
Diff

--- CPAN-Meta-YAML/Makefile.PL
+++ CPAN-Meta-YAML/Makefile.PL
@@ -4,7 +4,7 @@
use 5.004;
-use ExtUtils::MakeMaker 6.30;
+use ExtUtils::MakeMaker;