• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-Jul-2014-5632

lib/File/H03-Jul-2014-493216

t/H03-Jul-2014-346211

Build.PLH A D03-Jul-20142 KiB7967

ChangesH A D03-Jul-20141.7 KiB5943

MANIFESTH A D03-Jul-2014263 2120

META.jsonH A D03-Jul-20141.2 KiB5756

META.ymlH A D03-Jul-2014760 3332

Makefile.PLH A D03-Jul-2014570 2118

READMEH A D03-Jul-20141.3 KiB5435

copylinkH A D03-Jul-2014832 477

README

1File-Copy-Link version 0.14
2===========================
3
4The distribution File-Copy-Link includes the modules
5File::Spec::Link and File::Copy::Link and the script
6copylink.  They include routines to read and copy links.
7
8Version 0.14  fixed a precendence issue in File::Copy::Link.
9Version 0.113 fixed a typo in tests and changes to build files.
10Version 0.112 includes compliance with kwalitee metrics.
11Version 0.111 removes some debugging code.
12Version 0.110 includes changes for old Cwd.
13Version 0.100 includes changes to meet (some) Perl Best Practices.
14
15INSTALLATION
16
17To install this module you need some variety of make
18command or the Module::Build perl module.
19
20With make, type the following:
21
22   perl Makefile.PL
23   make
24   make test
25   make install
26
27With Module::Build, type the following:
28
29   perl Build.PL
30   perl Build
31   perl Build test
32   perl Build install
33
34
35DEPENDENCIES
36
37This module requires these other modules and libraries:
38
39  File::Spec
40  File::Copy
41
42Both of which are part of the core perl distribution, since
43at least perl5.005_03 in 1999.
44
45
46COPYRIGHT AND LICENCE
47
48Copyright (C) 2003, 2005, 2006, 2007, 2008, 2011, 2014 Robin Barker
49
50This library is free software; you can redistribute it
51and/or modify it under the same terms as Perl itself.
52
53$Id: README 354 2014-07-03 19:42:34Z robin $
54