r24234 - /trunk/libpod-strip-perl/debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Aug 13 22:09:58 UTC 2008


Author: dmn
Date: Wed Aug 13 22:09:55 2008
New Revision: 24234

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24234
Log:
improve description (short and long)

Modified:
    trunk/libpod-strip-perl/debian/control

Modified: trunk/libpod-strip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-strip-perl/debian/control?rev=24234&op=diff
==============================================================================
--- trunk/libpod-strip-perl/debian/control (original)
+++ trunk/libpod-strip-perl/debian/control Wed Aug 13 22:09:55 2008
@@ -13,7 +13,9 @@
 Package: libpod-strip-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: Remove POD from Perl code
- Pod::Strip is a subclass of Pod::Simple that strips all POD from Perl Code.
+Description: remove POD documentation from Perl code
+ Pod::Strip is a subclass of Pod::Simple that removes the POD (plain old
+ documentation) from Perl code. The POD may optionally be replaced with
+ comments so that line numbers of the code stay the same.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Pod::Strip is useful in Perl code parsers that don't want to bother about POD.




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