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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 590-595 our $PERL_DEPS = { Link Here
590
        'required' => '1',
590
        'required' => '1',
591
        'min_ver'  => '1.23',
591
        'min_ver'  => '1.23',
592
    },
592
    },
593
    'File::Find::Rule' => {
594
        'usage'    => 'Core',
595
        'required' => '1',
596
        'min_ver'  => '0.33',
597
    },
593
};
598
};
594
599
595
1;
600
1;
596
- 

Return to bug 7167