switching over no Test::More no_plan and adding CDF.t and Deriv.t
[Math-GSL.git] / trunk / README
blobf523584390651d68e20ac0937bb55aad77dc8743
1 Math::GSL
3 Math::GSL is an interface to the GNU Scientific Library.  The GNU Scientific Library (GSL) 
4 is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.
5 Math::GSL uses SWIG to generate Perl bindings to *most* GSL functionality.
7 Currently Math::GSL requires GSL 1.8, which is two versions behind the current (as of Jan 2007) GSL 1.10 .
9 INSTALLATION
11 To install this module, run the following commands:
13         perl Build.PL
14         ./Build
15         ./Build test
16         ./Build install
18 SUPPORT AND DOCUMENTATION
20 After installing, you can find documentation for this module with the
21 perldoc command.
23     perldoc Math::GSL
25 You can also look for information at:
27     RT, CPAN's request tracker
28         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math::GSL
30     AnnoCPAN, Annotated CPAN documentation
31         http://annocpan.org/dist/Math::GSL
33     CPAN Ratings
34         http://cpanratings.perl.org/d/Math::GSL
36     Search CPAN
37         http://search.cpan.org/dist/Math::GSL
40 COPYRIGHT AND LICENCE
42 Copyright (C) 2008 Jonathan Leto
44 This program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl itself.