From 769a522aed9736cc6b4d71b9b782ed4250d4cd29 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 16 Feb 2009 18:22:59 -0800 Subject: [PATCH] Fix related failures in SF.t --- pod/Sys.pod | 2 ++ t/SF.t | 1 + 2 files changed, 3 insertions(+) diff --git a/pod/Sys.pod b/pod/Sys.pod index a3115bd..e022dbe 100644 --- a/pod/Sys.pod +++ b/pod/Sys.pod @@ -23,9 +23,11 @@ our @EXPORT_OK = qw/ gsl_nan gsl_isnan gsl_inf + $GSL_NAN /; our %EXPORT_TAGS = ( all => \@EXPORT_OK ); +our $GSL_NAN = gsl_nan(); __END__ diff --git a/t/SF.t b/t/SF.t index 7169e96..5acb3ff 100644 --- a/t/SF.t +++ b/t/SF.t @@ -8,6 +8,7 @@ use Math::GSL::Errno qw/:all/; use Math::GSL::SF qw/:all/; use Math::GSL::Poly qw/:all/; use Math::GSL::Machine qw/:all/; +use Math::GSL::Sys qw/$GSL_NAN/; use Data::Dumper; use strict; use warnings; -- 2.11.4.GIT