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

(-)a/C4/Installer/PerlDependencies.pm (-3 / +6 lines)
Lines 582-588 our $PERL_DEPS = { Link Here
582
        'usage'    => 'Core',
582
        'usage'    => 'Core',
583
        'required' => '1',
583
        'required' => '1',
584
        'min_ver'  => '1.08',
584
        'min_ver'  => '1.08',
585
    }
585
    },
586
    'HTML::FormatText' => {
587
        'usage'    => 'Core',
588
        'required' => '2',
589
    },
586
};
590
};
587
591
588
1;
592
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
609
=head2 Debian
606
610
607
If you change the list of dependencies, and you use Debian, please also
611
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
612
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
613
debian/control into git as well. If you're not running Debian, don't
610
worry about it.
614
worry about it.
611
615
612
- 

Return to bug 7368