r59072 - /trunk/libmoosex-setonce-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 8 16:34:10 UTC 2010


Author: gregoa
Date: Tue Jun  8 16:33:44 2010
New Revision: 59072

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59072
Log:
slightly adjust short/long description

Modified:
    trunk/libmoosex-setonce-perl/debian/control

Modified: trunk/libmoosex-setonce-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-setonce-perl/debian/control?rev=59072&op=diff
==============================================================================
--- trunk/libmoosex-setonce-perl/debian/control (original)
+++ trunk/libmoosex-setonce-perl/debian/control Tue Jun  8 16:33:44 2010
@@ -15,9 +15,10 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl (>= 0.90),
  libtry-tiny-perl
 Enhances: libmoose-perl
-Description: write-once, read-many attributes for Moose
- The SetOnce attribute lets your class have attributes that are not lazy and
- not set, but that cannot be altered once set.
+Description: module providing write-once, read-many attributes for Moose
+ MooseX::SetOnce provides the SetOnce attribute which lets your class have
+ attributes that are not lazy and not set, but that cannot be altered once
+ set.
  .
  The logic is very simple: if you try to alter the value of an attribute with
  the SetOnce trait, either by accessor or writer, and the attribute has a




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