[libmoosex-app-perl] 02/03: Add a patch to fix some spelling mistakes.

gregor herrmann gregoa at debian.org
Sat Mar 1 21:34:02 UTC 2014


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 ccf8e8a0b4bfabf46685124a3c48406606fd567b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 1 22:32:54 2014 +0100

    Add a patch to fix some spelling mistakes.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 95 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index a7fd6b6..c461d47 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 experimental-smartmatch.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..363c11c
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,95 @@
+Description: spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93460
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93460
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-03-01
+
+--- a/README
++++ b/README
+@@ -161,7 +161,7 @@
+      app_base 'my_script';
+ 
+     Usually MooseX::App will take the name of the calling wrapper script to
+-    construct the programm name in various help messages. This name can be
++    construct the program name in various help messages. This name can be
+     changed via the app_base function.
+ 
+   app_namespace
+@@ -184,11 +184,11 @@
+      OR
+      app_strict(1);
+ 
+-    If strict is enabled the programm will terminate with an error message
++    If strict is enabled the program will terminate with an error message
+     if superfluous/unknown positional parameters are supplied. If disabled
+     all extra parameters will be copied to the extra_argv attribute.
+ 
+-    The command_strict config in the command classes allows to set this
++    The command_strict config in the command classes allows one to set this
+     option individually for each command.
+ 
+   app_command_name
+--- a/lib/MooseX/App.pm
++++ b/lib/MooseX/App.pm
+@@ -300,7 +300,7 @@
+  app_base 'my_script';
+ 
+ Usually MooseX::App will take the name of the calling wrapper script to 
+-construct the programm name in various help messages. This name can 
++construct the program name in various help messages. This name can
+ be changed via the app_base function.
+ 
+ =head2 app_namespace
+@@ -325,11 +325,11 @@
+  OR
+  app_strict(1); 
+ 
+-If strict is enabled the programm will terminate with an error message if
++If strict is enabled the program will terminate with an error message if
+ superfluous/unknown positional parameters are supplied. If disabled all 
+ extra parameters will be copied to the L<extra_argv> attribute. 
+ 
+-The command_strict config in the command classes allows to set this option
++The command_strict config in the command classes allows one to set this option
+ individually for each command.
+ 
+ =head2 app_command_name
+--- a/lib/MooseX/App/Command.pm
++++ b/lib/MooseX/App/Command.pm
+@@ -106,11 +106,11 @@
+  OR
+  command_strict(1); 
+ 
+-If strict is enabled the programm will terminate with an error message if
++If strict is enabled the program will terminate with an error message if
+ superfluous/unknown positional parameters are supplied. If disabled all 
+ extra parameters will be copied to the L<extra_argv> attribute. 
+ 
+-The app_strict function in the app classes allows to set this option globally.
++The app_strict function in the app classes allows one to set this option globally.
+ 
+ =cut
+ 
+--- a/lib/MooseX/App/Meta/Role/Class/Base.pm
++++ b/lib/MooseX/App/Meta/Role/Class/Base.pm
+@@ -778,7 +778,7 @@
+ =head2 app_base
+ 
+ Usually MooseX::App will take the name of the calling wrapper script to 
+-construct the programm name in various help messages. This name can 
++construct the program name in various help messages. This name can
+ be changed via the app_base accessor. Defaults to the base name of $0
+ 
+ =head2 app_fuzzy
+--- a/lib/MooseX/App/Meta/Role/Class/Command.pm
++++ b/lib/MooseX/App/Meta/Role/Class/Command.pm
+@@ -164,7 +164,7 @@
+ are supplied. If disabled all extra parameters will be copied to the 
+ L<extra_argv> attribute.
+ 
+-The app_strict function in the app classes allows to set this option globally.
++The app_strict function in the app classes allows one to set this option globally.
+ 
+ =head1 METHODS
+ 

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