View | Details | Raw Unified | Return to bug 8244
Collapse All | Expand All

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 634-639 our $PERL_DEPS = { Link Here
634
        'required' => '0',
634
        'required' => '0',
635
        'min_ver'  => '0.22',
635
        'min_ver'  => '0.22',
636
    },
636
    },
637
    'PPI' => {
638
        'usage'    => 'Core',
639
        'required' => '0',
640
        'min_ver'  => '1.213',
641
    },
637
};
642
};
638
643
639
1;
644
1;
640
- 

Return to bug 8244