File: Changes

package info (click to toggle)
libfile-copy-recursive-reduced-perl 0.008-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 408; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Revision history for Perl module File::Copy::Recursive::Reduced

0.008 Mon Mar 25 09:59:23 AM EDT 2024
    - Encoding directive added to POD, contributed by gregor herrmann from
      Debian.
    - Corrections in test files to guard against CPANtesters who run tests
      with PERL_AUTHOR_TESTING turned on.

0.007 Sat Sep 16 07:48:17 AM EDT 2023
    - Corrections (in test files only) to better accommodate Windows path
      separators, mostly provided by Håkon Hægland.

0.006 Fri Apr 20 10:21:48 EDT 2018
    - File::Copy::Recursive 0.41 has been released to CPAN and
      addresses the problem which was the focus of
      File::Copy::Recursive::Reduced.  Hence, FCR2 is now
      feature-complete.

0.005 Thu Apr 19 21:03:28 EDT 2018
    - Implement copying of symlinks within all three public functions.
      At this point we should be able to make substitutions for
      File::Copy::Recursive's fcopy(), dircopy() and rcopy() functions
      in a large proportion of toolchain libraries, particularly in
      test suites.

0.004 Thu Apr 19 11:20:52 EDT 2018
    - Introduce rcopy(), a stripped-down replacement for
      File::Copy::Recursive::rcopy().  (But no support for symlinks
      yet in this or any other exportable function.)

0.003 Tue Apr 17 09:14:19 EDT 2018
    - No changes in functionality; changes only to documentation.

0.002 Mon Apr 16 17:51:13 EDT 2018
    - Object-oriented interface replaced; module now exports
      fcopy() and dircopy() on demand.

    - Should be usable as replacement for File::Copy::Recursive
      in the test suite for CPAN-Reporter.

0.001 Tue Apr 10 22:03:22 2018
    - Original version; created by ExtUtils::ModuleMaker 0.56;
    - Not yet ready for use.