Changed SWIG dependendence to optional, and set up things so that the autogenerated...
commitfd4538bb670a84b13d7b6529fd24b792d65d743e
authorJonathan Leto <leto@polyglot.(none)>
Tue, 22 Jul 2008 00:31:50 +0000 (21 17:31 -0700)
committerJonathan Leto <leto@polyglot.(none)>
Tue, 22 Jul 2008 00:31:50 +0000 (21 17:31 -0700)
treee62c4e0ea9436d2e12ab495c10711dc77c15872b
parent45a081e4947dcace7a02d3a05512c26964cf4fdd
Changed SWIG dependendence to optional, and set up things so that the autogenerated XS code (*_wrap.c) is included in the distribution, but is not under source control.

Thanks to Eric Wilhelm for this removal of a barrier to entry. Now it is set up so that when a developer clones a git
repository, the autogenerated files will not be present and therefore the Build.PL script will attempt to generate them
from the SWIG interface files. But for people installing via CPAN, the *_wrap.c files will be present and therefore
end users will not be forced to have SWIG to install Math::GSL.
Build.PL
Deriv.i
MANIFEST
MANIFEST.SKIP
t/Deriv.t