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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 903-908 our $PERL_DEPS = { Link Here
903
       required => '1',
903
       required => '1',
904
       min_ver  => '0.17'
904
       min_ver  => '0.17'
905
    },
905
    },
906
    'Clone' => {
907
        usage    => 'ILL, Test suite',
908
        required => '1',
909
        min_ver  => '0.37',
910
    },
906
};
911
};
907
912
908
1;
913
1;
909
- 

Return to bug 20949