Skip to content

Instantly share code, notes, and snippets.

@leto
Created May 31, 2009 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leto/120728 to your computer and use it in GitHub Desktop.
Save leto/120728 to your computer and use it in GitHub Desktop.
(kadath)(~/git/Math-Primality funky )$ perl -d t/is_strong_lucas_pseudoprime.t
Loading DB routines from perl5db.pl version 1.3
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
1..4
main::(t/is_strong_lucas_pseudoprime.t:11):
11: local $TODO = "is_strong_lucas_psuedoprime is being worked on";
DB<1> n
main::(t/is_strong_lucas_pseudoprime.t:10):
10: TODO: {
DB<1> n
main::(t/is_strong_lucas_pseudoprime.t:12):
12: my $z = Math::GMPz->new(3);
DB<1> c
Signal BUS at lib/Math/Primality.pm line 173
Math::Primality::is_strong_lucas_pseudoprime('Math::GMPz=SCALAR(0x80ef60)') called at t/is_strong_lucas_pseudoprime.t line 14
Abort trap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment