[libmoosex-attributeshortcuts-perl] 03/05: Remove trailing whitespace in debian/control.

gregor herrmann gregoa at debian.org
Wed Jan 3 19:08:22 UTC 2018


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

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

commit 674591a356d9954885f4aad23a63aea2f2b7e5af
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jan 3 20:02:02 2018 +0100

    Remove trailing whitespace in debian/control.
    
    Thanks: lintian.
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index e461cde..721a0fe 100644
--- a/debian/control
+++ b/debian/control
@@ -42,11 +42,11 @@ Depends: ${misc:Depends},
          perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
 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 
+ 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. 
+ 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.

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



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