[libmoosex-app-perl] 05/06: Add a new spelling.patch to fix new spelling mistakes.

gregor herrmann gregoa at debian.org
Tue Jul 7 17:48:22 UTC 2015


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 e016b78694091495a92493e9506a5494c227c2bf
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 7 19:45:32 2015 +0200

    Add a new spelling.patch to fix new spelling mistakes.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 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..6e8485d
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,36 @@
+Description: fix spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-07-07
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105717
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105717
+
+--- a/lib/MooseX/App.pm
++++ b/lib/MooseX/App.pm
+@@ -395,7 +395,7 @@
+     undo    => 'MyApp::Commands::UndoSomething';
+ 
+ This keyword can be used to register additional commands. Especially
+-usefull in conjunction with app_namespace.
++useful in conjunction with app_namespace.
+ 
+ =head2 app_description
+ 
+--- a/lib/MooseX/App/Tutorial.pod
++++ b/lib/MooseX/App/Tutorial.pod
+@@ -213,7 +213,7 @@
+ call any method on it without checking the object type. Note that 
+ MooseX::App::Message::Envelope objects may also have an exitcode set. In this
+ case whenever the object gets stringified, it print on STDERR/STDOUT and exits
+-the programm using the specified exitcode. Don't use the ovleroad 
++the program using the specified exitcode. Don't use the ovleroad
+ stingification if you don't want this behaviour.
+ 
+ You can also pass default/fallback values to the constructor
+@@ -236,4 +236,4 @@
+ command_short_description, ... functions or by writing POD) and Moose type
+ constraints and additional plugins (eg. colorise the output).
+ 
+-=cut
+\ No newline at end of file
++=cut

-- 
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