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

(-)a/C4/Installer/PerlDependencies.pm (-4 / +9 lines)
Lines 521-528 our $PERL_DEPS = { Link Here
521
    },
521
    },
522
    'Test::Strict' => {
522
    'Test::Strict' => {
523
        'usage'    => 'Core',
523
        'usage'    => 'Core',
524
        'required' => '0.14',
524
        'required' => '0',
525
    }
525
        'min_ver'  => '0.14',
526
    },
527
    'HTML::FormatText' => {
528
        'usage'    => 'Core',
529
        'required' => '1',
530
        'min_ver'  => '1.23',
531
    },
526
};
532
};
527
533
528
1;
534
1;
Lines 545-551 end of the outer hash and follow the key/value pattern used in the other depende Link Here
545
=head2 Debian
551
=head2 Debian
546
552
547
If you change the list of dependencies, and you use Debian, please also
553
If you change the list of dependencies, and you use Debian, please also
548
run the debian/update-control script and commit the modifed version of
554
run the debian/update-control script and commit the modified version of
549
debian/control into git as well. If you're not running Debian, don't
555
debian/control into git as well. If you're not running Debian, don't
550
worry about it.
556
worry about it.
551
557
552
- 

Return to bug 7368