Filesys/CygwinPaths version 0.02
===========================

Perl Extension for doing various path translations on Cygwin. Is
expected to be built and run on Cygwinperl only. Requires the gcc
C compiler that comes with Cygwin; calls the Cygwin C API.

INSTALLATION

To install this module type the following:

   perl Makefile.PL [ (INSTALLDIRS=[site(is the default)|perl|vendor]) ]
   make
 #  make test  TODO
   make install

DEPENDENCIES

This module requires these other modules and libraries:



COPYRIGHT AND LICENCE

This program is Copyright 2002 by Soren Andersen.
This program is free software; you can redistribute it and/or
modify it under the terms of the Perl Artistic License or the
GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

If you do not have a copy of the GNU General Public License write to
the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
MA 02139, USA.


