[SCM] Debian packaging of libindirect-perl branch, master, updated. debian/0.26-2-8-g6d67ad1

gregor herrmann gregoa at debian.org
Sun Feb 17 12:53:10 UTC 2013


The following commit has been merged in the master branch:
commit 2e72d62c67184f08c784cdd79c467b030d4b9e63
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 17 13:51:03 2013 +0100

    debian/control: improve short and long description.

diff --git a/debian/control b/debian/control
index 74f92d6..aa47caa 100644
--- a/debian/control
+++ b/debian/control
@@ -21,12 +21,13 @@ Architecture: any
 Depends: ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
-Description: lexically warn about using the indirect object syntax
+Description: module warning about using the indirect object syntax
  When enabled (or disabled as some may prefer to say, since you actually turn
- it on by calling no indirect), this pragma warns about indirect object syntax
- constructs that may have slipped into your code. This syntax is now
- considered harmful, since its parsing has many quirks and its use is error
- prone (when swoosh isn't defined, swoosh $x actually compiles to $x->swoosh).
+ it on by calling no indirect), the indirect pragma lexically warns about
+ indirect object syntax constructs that may have slipped into your code. This
+ syntax is now considered harmful, since its parsing has many quirks and its
+ use is error prone (when swoosh isn't defined, swoosh $x actually compiles to
+ $x->swoosh).
  .
  It currently does not warn for core functions (print, say, exec or system).
  This may change in the future, or may be added as optional features that

-- 
Debian packaging of libindirect-perl



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