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

(-)a/C4/Installer/PerlDependencies.pm (-6 lines)
Lines 757-767 our $PERL_DEPS = { Link Here
757
        'required' => '1',
757
        'required' => '1',
758
        'min_ver'  => '1.29',
758
        'min_ver'  => '1.29',
759
    },
759
    },
760
    'Test::CGI::Multipart' => {
761
        'usage'    => 'Tests',
762
        'required' => '0',
763
        'min_ver'  => '0.0.3',
764
    },
765
    'XML::Writer' => {
760
    'XML::Writer' => {
766
        'usage'    => 'Command line scripts',
761
        'usage'    => 'Command line scripts',
767
        'required' => '0',
762
        'required' => '0',
768
- 

Return to bug 14321