[libconfig-tiny-perl] 07/08: Reword long description to avoid speaking from first person

Damyan Ivanov dmn at moszumanska.debian.org
Sat Jun 20 11:49:57 UTC 2015


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

dmn pushed a commit to branch master
in repository libconfig-tiny-perl.

commit 693714cbd5cedbef01acfc8349e4ffecec3c4640
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Jun 20 11:47:02 2015 +0000

    Reword long description to avoid speaking from first person
---
 debian/control | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index a2c9ff6..4c026d5 100644
--- a/debian/control
+++ b/debian/control
@@ -20,11 +20,9 @@ Depends: ${perl:Depends},
 Description: Read/Write .ini style files with as little code as possible
  Config::Tiny is a perl class to read and write .ini style configuration files
  with as little code as possible, reducing load time and memory overhead.
- Memory usage is normally scoffed at in Perl, but in my opinion should be
- at least kept in mind.
  .
- This module is primarily for reading human written files, and anything we
- write shouldn't need to have documentation/comments. If you need something
- with more power, move up to Config::Simple, Config::General or one of the
- many other Config:: modules. To rephrase, Config::Tiny does not preserve
- your comments, whitespace, or the order of your config file.
+ This module is primarily for reading human written files, and anything
+ written into shouldn't need to have documentation/comments. If something with
+ more power is needed, move up to Config::Simple, Config::General or one of
+ the many other Config:: modules. Config::Tiny does not preserve comments,
+ whitespace, or the order of the file contents.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-tiny-perl.git



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