Astro::WCS::LibWCS
Astro::WCS::LibWCS is a Perl interface to the WCSTools libwcs library. For more information on WCSTools, see http://tdc-www.harvard.edu/software/wcstools/
http://www.perl.com/CPAN/authors/id/P/PR/PRATZLAFF
Astro::WCS::LibWCS version 0.93 requires WCSTools version 3.8.1 or newer.
For installation instructions, see the 'INSTALL' file in the base distribution directory. Essentially, it just tells you to
$ env WCSTOOLS=/path/to/wcstools perl Makefile.PL
$ make
$ make test
$ make install