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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 610-615 our $PERL_DEPS = { Link Here
610
        'required' => '1',
610
        'required' => '1',
611
        'min_ver'  => '1.23',
611
        'min_ver'  => '1.23',
612
    },
612
    },
613
    'PPI' => {
614
        'usage'    => 'Core',
615
        'required' => 0,
616
        'min_ver'  => '1.213',
617
    },
613
};
618
};
614
619
615
1;
620
1;
616
- 

Return to bug 8244