From 56fe261c349b1dd0fbe30679f4347dd08a8f06b1 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 14 Sep 2012 16:49:39 +0200 Subject: [PATCH] Bug 8244: Add PPI to the list of Perl dependencies Signed-off-by: Kyle M Hall --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 41fa8db..a91a484 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -634,6 +634,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '0.22', }, + 'PPI' => { + 'usage' => 'Core', + 'required' => '0', + 'min_ver' => '1.213', + }, }; 1; -- 1.7.2.5