Changeset 3032 for trunk/t/12-dsa.t

Show
Ignore:
Timestamp:
09/05/08 00:39:59 (19 months ago)
Author:
bchoate
Message:

Fixed loading/test for Math::Pari.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/t/12-dsa.t

    r2562 r3032  
    127127SKIP: { 
    128128    my $package = 'Math::Pari'; 
    129     eval { require $package }; 
    130     skip("$package not installed", 1); 
     129    eval "use $package qw( PARI )"; 
     130    skip("$package not installed: $@", 1) if $@; 
    131131 
    132132    sub mp2bin {