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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 742-747 our $PERL_DEPS = { Link Here
742
        'required' => '0',
742
        'required' => '0',
743
        'min_ver'  => '5.61',
743
        'min_ver'  => '5.61',
744
    },
744
    },
745
    'HTML:HTMLDoc' => {
746
        'usage'    => 'Discharge generation',
747
        'required' => '0',
748
        'min_ver'  => '0.07',
749
    },
745
};
750
};
746
751
747
1;
752
1;
748
- 

Return to bug 8007