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

(-)a/C4/Installer/PerlDependencies.pm (-4 / +10 lines)
Lines 576-588 our $PERL_DEPS = { Link Here
576
    },
576
    },
577
    'Test::Strict' => {
577
    'Test::Strict' => {
578
        'usage'    => 'Core',
578
        'usage'    => 'Core',
579
        'required' => '0.14',
579
        'required' => '0',
580
        'min_ver'  => '0.14',
581
580
    },
582
    },
581
    'Text::Unaccent' => {
583
    'Text::Unaccent' => {
582
        'usage'    => 'Core',
584
        'usage'    => 'Core',
583
        'required' => '1',
585
        'required' => '1',
584
        'min_ver'  => '1.08',
586
        'min_ver'  => '1.08',
585
    }
587
    },
588
    'HTML::FormatText' => {
589
        'usage'    => 'Core',
590
        'required' => '1',
591
        'min_ver'  => '1.23',
592
    },
586
};
593
};
587
594
588
1;
595
1;
Lines 605-611 end of the outer hash and follow the key/value pattern used in the other depende Link Here
605
=head2 Debian
612
=head2 Debian
606
613
607
If you change the list of dependencies, and you use Debian, please also
614
If you change the list of dependencies, and you use Debian, please also
608
run the debian/update-control script and commit the modifed version of
615
run the debian/update-control script and commit the modified version of
609
debian/control into git as well. If you're not running Debian, don't
616
debian/control into git as well. If you're not running Debian, don't
610
worry about it.
617
worry about it.
611
618
612
- 

Return to bug 7368