The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
                            Astro::WCS::LibWCS

What is it?
-----------
   Astro::WCS::WCSTools is a Perl interface to the WCSTools libwcs
   library. For more information on WCSTools, see
   http://tdc-www.harvard.edu/software/wcstools/

Where can (did) I get it?
-------------------------
   http://www.perl.com/CPAN/authors/id/P/PR/PRATZLAFF

What version of wcstools does this module require?
----------------------------------------------
  Astro::WCS::LibWCS version 0.90 requires WCSTools version 3.4.0.

Installation
------------
   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