Subject: | missing deps |
Hi,
attached patch for fixing deps.
And where do you maintain sources ?
Found something here:
http://github.com/gitpan/Pod-POM
but not uptodate :(
Kind Regards
Chris
Subject: | Pod-POM-0.27-deps.patch |
diff -ruN Pod-POM-0.27-orig/Makefile.PL Pod-POM-0.27/Makefile.PL
--- Pod-POM-0.27-orig/Makefile.PL 2010-04-01 22:52:01.000000000 +0200
+++ Pod-POM-0.27/Makefile.PL 2010-08-09 15:10:45.000000000 +0200
@@ -15,6 +15,7 @@
test_requires 'File::Slurp' => 0;
test_requires 'Test::More' => 0;
+test_requires 'parent' => 0;
install_script 'bin/pom2';
install_script 'bin/podlint';
diff -ruN Pod-POM-0.27-orig/META.yml Pod-POM-0.27/META.yml
--- Pod-POM-0.27-orig/META.yml 2010-04-02 15:38:00.000000000 +0200
+++ Pod-POM-0.27/META.yml 2010-08-09 15:11:49.000000000 +0200
@@ -6,6 +6,7 @@
ExtUtils::MakeMaker: 6.42
File::Slurp: 0
Test::More: 0
+ parent: 0
configure_requires:
ExtUtils::MakeMaker: 6.42
distribution_type: module