From ec343502e11998fccd5cfafdfc5b108bca008dbf Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Tue, 12 Aug 2008 20:41:44 -0400 Subject: [PATCH] Fixing a little error in the Randist documentation --- Randist.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Randist.i b/Randist.i index 20e32c1..adb0649 100644 --- a/Randist.i +++ b/Randist.i @@ -327,7 +327,7 @@ use Math::GSL::Randist qw/:all/; =back You have to add the functions you want to use inside the qw /put_funtion_here /. - You can also write use Math::GSL::Randist qw/:name_of_tag/; to use all avaible functions of the module. + You can also write use Math::GSL::Randist qw/:all/; to use all avaible functions of the module. Other tags are also avaible, here is a complete list of all tags for this module : =over -- 2.11.4.GIT