[libdist-zilla-util-configdumper-perl] 08/09: Improve ABSTRACT as per request #3

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 15:44:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag 0.003007-source
in repository libdist-zilla-util-configdumper-perl.

commit dc2b898cfc6051b53bcbd7fe6e2cf069d01a21d3
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Fri Jul 31 15:41:10 2015 +1200

    Improve ABSTRACT as per request #3
---
 Changes                             | 2 +-
 Makefile.PL                         | 2 +-
 README.mkdn                         | 2 +-
 lib/Dist/Zilla/Util/ConfigDumper.pm | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index 219f9d5..c8cee7d 100644
--- a/Changes
+++ b/Changes
@@ -8,7 +8,7 @@ Release history for Dist-Zilla-Util-ConfigDumper
  - test: +1 (recommends: +1 ↑1 ↓1)
 
  [Documentation]
- - Enhance DESCRIPTION section as per request #3
+ - Enhance DESCRIPTION section and ABSTRACT as per request #3
 
 0.003006 2014-10-02T04:27:34Z
  [Bugfix]
diff --git a/Makefile.PL b/Makefile.PL
index b5168e3..4c0a2e9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ use 5.008;
 use ExtUtils::MakeMaker;
 
 my %WriteMakefileArgs = (
-  "ABSTRACT" => "Easy implementation of 'dumpconfig'",
+  "ABSTRACT" => "A Dist::Zilla plugin configuration extraction utility",
   "AUTHOR" => "Kent Fredric <kentnl\@cpan.org>",
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => 0
diff --git a/README.mkdn b/README.mkdn
index 334ab8d..d44c03d 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -1,6 +1,6 @@
 # NAME
 
-Dist::Zilla::Util::ConfigDumper - Easy implementation of 'dumpconfig'
+Dist::Zilla::Util::ConfigDumper - A Dist::Zilla plugin configuration extraction utility
 
 # VERSION
 
diff --git a/lib/Dist/Zilla/Util/ConfigDumper.pm b/lib/Dist/Zilla/Util/ConfigDumper.pm
index 27095a8..9a363e0 100644
--- a/lib/Dist/Zilla/Util/ConfigDumper.pm
+++ b/lib/Dist/Zilla/Util/ConfigDumper.pm
@@ -7,7 +7,7 @@ package Dist::Zilla::Util::ConfigDumper;
 
 our $VERSION = '0.003007';
 
-# ABSTRACT: Easy implementation of 'dumpconfig'
+# ABSTRACT: A Dist::Zilla plugin configuration extraction utility
 
 # AUTHORITY
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git



More information about the Pkg-perl-cvs-commits mailing list