[SCM] Debian packaging of MooseX-AttributeShortcuts CPAN distribution branch, master, updated. 9df7276e74a3d5f1c28bd2d48c5169dd00750e4f

Alessandro Ghedini al3xbio at gmail.com
Mon Feb 6 11:05:25 UTC 2012


The following commit has been merged in the master branch:
commit 273711f6c87160d11a5edbc64394ca11906c5ccd
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Mon Feb 6 11:32:29 2012 +0100

    Fix short and long descriptions
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 88a161e..b330d38 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,14 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libmoosex-types-common-perl,
  libmoosex-types-perl,
  libnamespace-autoclean-perl
-Description: Perl module shorthand for common attribute options
- MooseX::AttributeShortcuts causes an attribute trait to be applied to all
- attributes defined to the using class. This trait extends the attribute option
- processing to handle the above variations.
+Description: Moose extension providing shorthands for common attribute options
+ Ever found yourself repeatedly specifying writers and builders, because
+ there's no good shortcut to specifying them? Sometimes you want an  
+ attribute to have a read-only public interface, but a private writer. And 
+ wouldn't it be easier to just say "builder => 1" and have the attribute 
+ construct the canonical "_build_$name" builder name for you?
+ .
+ MooseX::AttributeShortcuts causes an attribute trait to be applied to all 
+ attributes  defined to the using class. This trait extends the attribute 
+ option processing to handle the above variations. 
+

-- 
Debian packaging of MooseX-AttributeShortcuts CPAN distribution



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