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

(-)a/C4/Installer/PerlDependencies.pm (-2 / +11 lines)
Lines 518-524 our $PERL_DEPS = { Link Here
518
        'usage'    => 'Core',
518
        'usage'    => 'Core',
519
        'required' => '1',
519
        'required' => '1',
520
        'min_ver'  => '0.09',
520
        'min_ver'  => '0.09',
521
      },
521
    },
522
    'AnyEvent' => {
523
        'usage'    => 'Command line scripts',
524
        'required' => '0',
525
        'min_ver'  => '5.0',
526
    },
527
    'AnyEvent::HTTP' => {
528
        'usage'    => 'Command line scripts',
529
        'required' => '0',
530
        'min_ver'  => '2.13',
531
    },
522
};
532
};
523
533
524
1;
534
1;
525
- 

Return to bug 7963