Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 011dfaba27bc66a46d843b932d707e3b > files > 14

perl-Math-Factor-XS-0.400.0-17.mga7.armv7hl.rpm

To install Math::Factor::XS, type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install

Or, if you're on a platform (like DOS or Windows) that
doesn't like the "./" notation, you can do this:

   perl Build.PL
   perl Build
   perl Build test
   perl Build install