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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 629-634 our $PERL_DEPS = { Link Here
629
        'required' => '0',
629
        'required' => '0',
630
        'min_ver'  => '1.09',
630
        'min_ver'  => '1.09',
631
      },
631
      },
632
    'File::Find::Rule' => {
633
        'usage'    => 'Core',
634
        'required' => '1',
635
        'min_ver'  => '0.33',
636
    },
632
};
637
};
633
638
634
1;
639
1;
635
- 

Return to bug 7167