Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 164acdecc2345bf9827818adc8f10c64 > files > 1

perl-Crypt-Primes-0.500.0-11.mga9.src.rpm

--- t/genprime_elgamal.t
+++ t/genprime_elgamal.t
@@ -10,8 +10,8 @@
 
 use lib '../lib';
 use lib 'lib';
+use Math::PariInit qw( floor stack=16000000 );
 use Crypt::Primes; 
-use Math::Pari qw(floor);
 
 print "1..10\n";
 
--- t/genprime.t
+++ t/genprime.t
@@ -10,8 +10,8 @@
 
 use lib '../lib';
 use lib 'lib';
+use Math::PariInit qw( floor stack=16000000 );
 use Crypt::Primes qw(maurer); 
-use Math::Pari qw(floor);
 
 print "1..10\n";