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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 704-709 our $PERL_DEPS = { Link Here
704
        'required' => '0',
704
        'required' => '0',
705
        'min_ver'  => '0.73',
705
        'min_ver'  => '0.73',
706
    },
706
    },
707
    'String::Multibyte' => {
708
        'usage'    => 'Core',
709
        'required' => '1',
710
        'min_ver'  => '1.10',
711
    },
707
};
712
};
708
713
709
1;
714
1;
710
- 

Return to bug 9579