File::Spec 0.8-beta -- a module for portably manipulating file specifications

	Copyright (c) 1998 Kenneth Albanowski. All rights reserved.
	This program is free software; you can redistribute it and/or
	modify it under the same terms as Perl itself.

	Copyright (c) 1999, 2000 Barrie Slaymaker.  All rights reserved.
	This program is free software; you can redistribute it and/or
	modify it under the same terms as Perl itself.

This module may work with Perl 5.004 and earlier (Perl 5.005 and later
include a version of File::Spec with the distribution, though this version
could be more recent.)  If it doesn't, bug reports and patches are welcome.

To install this module, please run:

	perl Makefile.PL
	make
	make test
	make install

For more information on the module, please see the POD documentation
inside Spec.pm. ("perldoc File::Spec", once it is installed.)

A note on copyrights: a lot of people have contributed a lot of work
to these modules, with credits given in the POD for the various modules.
If you are one of them and would like to hold copyright on your work,
please send me an appropriate patch for this README file.
