Subject: | Please document dependency on Term::ExtendedColor::Xresources |
Hi,
This module has a dependency on Term::ExtendedColor::Xresources that is
not listed in the Makefile.PL. The patch should fix that. Thanks!
Subject: | prereq_patch.diff |
Common subdirectories: Term-ExtendedColor-0.183_ORIG//bin and Term-ExtendedColor-0.183/bin
Common subdirectories: Term-ExtendedColor-0.183_ORIG//lib and Term-ExtendedColor-0.183/lib
diff -u Term-ExtendedColor-0.183_ORIG//Makefile.PL Term-ExtendedColor-0.183/Makefile.PL
--- Term-ExtendedColor-0.183_ORIG//Makefile.PL 2011-01-29 06:58:37.000000000 +0100
+++ Term-ExtendedColor-0.183/Makefile.PL 2011-02-01 23:55:29.000000000 +0100
@@ -26,6 +26,7 @@
'bin/lookup',
],
PREREQ_PM => {
+ 'Term::ExtendedColor::Xresources' => 0,
'Test::More' => 0,
},
MAN1PODS => {
Common subdirectories: Term-ExtendedColor-0.183_ORIG//t and Term-ExtendedColor-0.183/t