From 50d1e0e0f10d64370a4c2bdd4aeba65730dc0dbd Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 03:57:52 -0400 Subject: [PATCH] perl/perl-File-ShareDir-Install: Wrap README at 72 columns. Signed-off-by: B. Watson --- perl/perl-File-ShareDir-Install/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl/perl-File-ShareDir-Install/README b/perl/perl-File-ShareDir-Install/README index 083882b30c..7c57a856bb 100644 --- a/perl/perl-File-ShareDir-Install/README +++ b/perl/perl-File-ShareDir-Install/README @@ -1,10 +1,10 @@ -File::ShareDir::Install allows you to install read-only data files from a -distribution. It is a companion module to File::ShareDir, which allows -you to locate these files after installation. +File::ShareDir::Install allows you to install read-only data files +from a distribution. It is a companion module to File::ShareDir, which +allows you to locate these files after installation. It is a port of Module::Install::Share to ExtUtils::MakeMaker with the improvement of only installing the files you want; .svn, .git and other source-control junk will be ignored. -Please note that this module installs read-only data files; empty directories -will be ignored. +Please note that this module installs read-only data files; empty +directories will be ignored.