Update META.yml
[Math-GSL.git] / README
blob726084bfef14dae5ab7c34f0ba950c16f96f7e5f
1 Math::GSL
3 Math::GSL is an interface to the GNU Scientific Library, using SWIG.  The GNU
4 Scientific Library (GSL) is a numerical library for C and C++ programmers. It
5 is free software under the GNU General Public License.  Math::GSL uses SWIG to
6 generate Perl bindings to *most* GSL functionality.
8 Currently Math::GSL requires at least Perl 5.8.8 and GSL 1.11 .
10 INSTALLATION
12 To install this module, run the following commands:
14         perl Build.PL
15         ./Build
16         ./Build test
17         ./Build install clean
19 SUPPORT AND DOCUMENTATION
21 After installing, you can find documentation for this module with the
22 perldoc command.
24     perldoc Math::GSL
26 You can also look for information at:
28     RT, CPAN's request tracker
29         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math::GSL
31     AnnoCPAN, Annotated CPAN documentation
32         http://annocpan.org/dist/Math::GSL
34     CPAN Ratings
35         http://cpanratings.perl.org/d/Math::GSL
37     Search CPAN
38         http://search.cpan.org/dist/Math::GSL
41 COPYRIGHT AND LICENCE
43 Copyright (C) 2008 Jonathan Leto and Thierry Moisan
45 This program is free software; you can redistribute it and/or modify it
46 under the same terms as Perl itself.