[SCM] Debian packaging of MooseX-AttributeShortcuts CPAN distribution branch, master, updated. debian/0.008-1-8-gac5519e

Alessandro Ghedini al3xbio at gmail.com
Thu Apr 12 20:03:09 UTC 2012


The following commit has been merged in the master branch:
commit 1cc8e7dbc7b113fe506e40f291ff9a21ad53fcf9
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Thu Apr 12 21:57:32 2012 +0200

    Drop fix-typos.patch (merged upstream)

diff --git a/debian/patches/fix-typos.patch b/debian/patches/fix-typos.patch
deleted file mode 100644
index f5de458..0000000
--- a/debian/patches/fix-typos.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Description: Fix spelling errors find by lintian.
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=74736
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=74736
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-02-06
-
---- libmoosex-attributeshortcuts-perl-0.008.orig/lib/MooseX/AttributeShortcuts.pm
-+++ libmoosex-attributeshortcuts-perl-0.008/lib/MooseX/AttributeShortcuts.pm
-@@ -237,7 +237,7 @@ version 0.008
- 
- =head1 DESCRIPTION
- 
--Ever find yourself repeatedly specifing writers and builders, because there's
-+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
-@@ -295,14 +295,14 @@ various prefixes should be read using th
- 
- =head2 is => 'rwp'
- 
--Specifing is => 'rwp' will cause the following options to be set:
-+Specifying is => 'rwp' will cause the following options to be set:
- 
-     is     => 'ro'
-     writer => "_set_$name"
- 
- =head2 is => 'lazy'
- 
--Specifing is => 'lazy' will cause the following options to be set:
-+Specifying is => 'lazy' will cause the following options to be set:
- 
-     is       => 'ro'
-     builder  => "_build_$name"
-@@ -311,7 +311,7 @@ Specifing is => 'lazy' will cause the fo
- 
- =head2 is => 'lazy', default => ...
- 
--Specifing is => 'lazy' and a default will cause the following options to be
-+Specifying is => 'lazy' and a default will cause the following options to be
- set:
- 
-     is       => 'ro'
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e7b66fb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-typos.patch

-- 
Debian packaging of MooseX-AttributeShortcuts CPAN distribution



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