summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaat <maat-pub@mageia.biz>2021-03-28 18:11:36 +0200
committerMaat <maat-pub@mageia.biz>2021-03-28 18:11:36 +0200
commitcda53e884941e04a619bc9ab7ef1925be4fb7437 (patch)
treee63035673c17e92f54f0d357b96a40a8b749d499
parent274f16c141d56c02817f7725f7966ced4f8a5a6f (diff)
downloadurpmi-cda53e884941e04a619bc9ab7ef1925be4fb7437.tar
urpmi-cda53e884941e04a619bc9ab7ef1925be4fb7437.tar.gz
urpmi-cda53e884941e04a619bc9ab7ef1925be4fb7437.tar.bz2
urpmi-cda53e884941e04a619bc9ab7ef1925be4fb7437.tar.xz
urpmi-cda53e884941e04a619bc9ab7ef1925be4fb7437.zip
Adding Term::ANSIColor to PREREQ_PM in Makefile.PL
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index bf355b11..29694c19 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -154,6 +154,7 @@ WriteMakefile(
'URPM' => 'v5.28',
'XML::LibXML' => '0',
'XML::LibXML::Reader' => '0',
+ 'Term::ANSIColor' => '0',
},
'TEST_REQUIRES' => {
'Expect' => '0',