Codebase list libfile-copy-link-perl / debian/0.112-1
debian/0.112-1

Tree @debian/0.112-1 (Download .tar.gz)

File-Copy-Link version 0.112
============================

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.112 includes compliance with kwalitee metrics.
Version 0.111 removes some debugging code.
Version 0.110 includes changes for old Cwd.
Version 0.100 includes changes to meet (some)
Perl Best Practices, as indicated by perlcritic.

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, 2006, 2007, 2008 Robin Barker

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

$Id: README 214 2008-04-09 12:54:23Z rmb1 $