Cleanup Deriv for merge.
[Math-GSL.git] / GSL.i
blobef664757d65f03ae944ef86ac71a420c20f12628
1 %module "Math::GSL"
2 %{
3 #include "gsl/gsl_sys.h"
4 %}
6 %include "gsl/gsl_sys.h"
8 %perlcode %{
10 our $GSL_VERSION = '1.11';