[libenum-perl] 03/03: control

gregor herrmann gregoa at debian.org
Wed Oct 30 21:48:57 UTC 2013


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

gregoa pushed a commit to branch master
in repository libenum-perl.

commit b9465ddbab3a9f5b07deac962a36563938511fa9
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 30 22:47:40 2013 +0100

    control
---
 debian/control |   24 ++++++------------------
 1 file changed, 6 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 728d6e5..fc6b87b 100644
--- a/debian/control
+++ b/debian/control
@@ -13,25 +13,13 @@ Homepage: https://metacpan.org/release/enum
 Package: libenum-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: unknown
- Defines a set of symbolic constants with ordered numeric values ala C enum
- types.
+Description: perl module for sets of ordered constants like enums in C
+ The enum module defines a set of symbolic constants with ordered numeric
+ values ala C enum types.
  .
- Now capable of creating creating ordered bitmask constants as well. See the
- BITMASKS section for details.
+ It is now capable of creating ordered bitmask constants as well. See the
+ BITMASKS section in the documentation for details.
  .
  What are they good for? Typical uses would be for giving mnemonic names to
  indexes of arrays. Such arrays might be a list of months, days, or a return
- value index from a function such as localtime():
- .
- use enum qw(
- .
- :Months_=0 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
- .
- :Days_=0 Sun Mon Tue Wed Thu Fri Sat
- .
- :LC_=0 Sec Min Hour MDay Mon Year WDay YDay Isdst
- .
- );
- .
- This description was automagically extracted from the module by dh-make-perl.
+ value index from a function such as localtime().

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



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