File-Copy-Link version 0.061
============================

The distribution File-Copy-Link includes the modules
File::Spec::Link and File::Copy::Link and the script
copylink.  They include routines to read and copy links.

Version 0.061 is a serious rewrite to try and pass the
CPAN testers.


INSTALLATION

To install this module you need some variety of make
command or the Module::Build perl module.

With make, type the following:

   perl Makefile.PL
   make
   make test
   make install

With Module::Build, type the following:

   perl Build.PL
   perl Build
   perl Build test
   perl Build install 


DEPENDENCIES

This module requires these other modules and libraries:

  File::Spec
  File::Copy

Both of which are part of the core perl distribution, since
at least perl5.005_03 in 1999.


COPYRIGHT AND LICENCE

Copyright (C) 2003, 2005 Robin Barker

This library is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.

