diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:57:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:57:24 -0400 |
commit | 1d5ba8b3654a5f36b4274c31e126183ba6a207bd (patch) | |
tree | 557921a84e0e86b0fb6196e3b8f7c1e4be83c453 | |
parent | c4cae2f08c84b522f71ff1184ddc6d4d1b75186f (diff) |
perl/perl-File-Copy-Recursive: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | perl/perl-File-Copy-Recursive/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-File-Copy-Recursive/README b/perl/perl-File-Copy-Recursive/README index 8ed8f56dc6a0..0abc0859bf4a 100644 --- a/perl/perl-File-Copy-Recursive/README +++ b/perl/perl-File-Copy-Recursive/README @@ -1,3 +1,3 @@ -This module copies and moves directories recursively (or single files, well... -singly) to an optional depth and attempts to preserve each file or directory's -mode. +This module copies and moves directories recursively (or single files, +well... singly) to an optional depth and attempts to preserve each +file or directory's mode. |