[libmoosex-app-perl] 08/09: Add a new spelling.patch.

gregor herrmann gregoa at debian.org
Sun Apr 3 15:36:37 UTC 2016


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

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

commit fab512f3ec5f5ae1d04bc54c0a2a39b8aec91814
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 3 17:31:59 2016 +0200

    Add a new spelling.patch.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..f42f2fe
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: fix some spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-04-03
+Forwarded: https://github.com/maros/MooseX-App/issues/39
+Bug: https://github.com/maros/MooseX-App/issues/39
+
+--- a/lib/MooseX/App.pm
++++ b/lib/MooseX/App.pm
+@@ -249,7 +249,7 @@
+ line (C<use MooseX-App qw(PluginA PluginB ...);>) and create one class
+ for each command in an underlying namespace. Options and positional parameters
+ can be defined as simple L<Moose> accessors using the C<option> and
+-C<parameter> keywords repectively.
++C<parameter> keywords respectively.
+ 
+ MooseX-App will then
+ 
+@@ -329,7 +329,7 @@
+ =item * HashRef: Specify multiple key value pairs ('--opt key=value --opt
+ key2=value2', also see L<app_permute>)
+ 
+-=item * Enum: Display all possibilites
++=item * Enum: Display all possibilities
+ 
+ =item * Bool: Flags that do not require values
+ 

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



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