Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 948137e5ce1f25e96d54bb7f21413dc5 > files > 12

perl-Math-Prime-XS-0.260.0-4.mga4.x86_64.rpm

To install Math::Prime::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