1Revision history for Perl extension File::NCopy.
2
30.36 Nov 26 2007 by Alexandr Ciornii
4    - perl 5.5 compatibility in tests
5
60.35 Apr 14 2007 by Alexandr Ciornii
7    - Marked distribution as deprecated
8    - Added Readme
9
100.34_01 Apr 01 2007 by Alexandr Ciornii
11    - better distribution
12    - some small fixes
13    - Added file 'Contributing.txt'
14    - Request in Makefile.PL
15    - test moved to t/, use strict
16    - pod.t
17
180.34 Thu Apr 24 15:33:00 2003 by MZSANFORD
19    - Added more File::Spec usage
20    - Added a note in BUGS from Ken Healy
21    - Fixed "preserve" option (thanks again Ken)
22
230.33 Mon May 20 00:00:00 2002 by MZSANFORD
24    - Added version that uses File::Spec to make portable.
25    - Added some basic tests
26    - Added additional debug statements
27    - tested code on Win32
28
290.32 Thu Jun 25 17:45:04 1998
30    - Added force-write option.  Fixed a bug which kept the module
31      working when not used in OO mode.  Fixed lack of directory
32      creation when encountering an empty directory.  Added debug option
33      and more debugging info printed.
34
350.31 Fri May 15 17:08:23 1998
36    - Changed the POSIX module to Cwd since it's more portable to
37      non-Unix systems.
38
390.30 Fri Apr 18 23:13:47 1998
40    - Added the follow_links attribute so that links are now followed if
41      the attribute is set.  I also fixed the way symlinks are set, the
42      previous behaviour wasn't the most desirable.
43
440.20 Tue Apr 15 23:30:24 1998
45    - Quite a few new features.  You can now use it as an object
46      oriented module with a few new attributes.  Also it the first
47      argument is a scalar reference and it's used as a straight forward
48      module the scalar will be the value of the recursive flag.  If
49      copying a directory with the recursive flag non-zero then the
50      directory is recursively copied over.  There are several other new
51      features.
52
530.12 Tue Apr 14 15:49:40 1998
54    - Set the file permissons and directory permissions to the same as
55      we are copying from.
56
570.11 Mon Apr 13 16:37:30 1998
58    - Changed the return values to successes rather than failures since
59      it makes more sense.
60
610.10  Fri Apr 10 22:29:41 1998
62    - original version
63