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

gregoa pushed a commit to branch master
in repository libperinci-cmdline-perl.

commit 43446758359e6e654de2446df4dc0f4f783f9685
Author: gregor herrmann <gre...@debian.org>
Date:   Wed Oct 21 20:52:02 2015 +0200

    spelling.patch
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 45 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 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..c583f3b
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,45 @@
+Description: fix some spelling errors
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-10-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107908
+Bug: https://rt.cpan.org/Ticket/Display.html?id=107908
+
+--- a/lib/Perinci/CmdLine.pm
++++ b/lib/Perinci/CmdLine.pm
+@@ -27,10 +27,10 @@
+ 
+ =head1 DESCRIPTION
+ 
+-This module is currently empty, becase the implementation is currently split
+-into L<Perinci::CmdLine::Lite> (for lightweight version) and
++This module is currently empty, because the implementation is currently split
++into L<Perinci::CmdLine::Lite> (the lightweight version) and
+ L<Perinci::CmdLine::Classic> (the full but heavier version). There's also
+-L<Perinci::CmdLine::Any> that lets you choose between the two dynamically, a 
la
++L<Perinci::CmdLine::Any> that let's you choose between the two dynamically, à 
la
+ Any::Moose. And finally there's also L<Perinci::CmdLine::Inline>, the even 
more
+ lightweight version.
+ 
+--- a/lib/Perinci/CmdLine/Manual.pod
++++ b/lib/Perinci/CmdLine/Manual.pod
+@@ -206,7 +206,7 @@
+ =head1 CONFIGURATION FILE
+ 
+ Configuration files are read to preset the value of arguments, before
+-potentially overriden/merged with command-line options. Configuration files 
are
++potentially overridden/merged with command-line options. Configuration files 
are
+ in L<IOD> format, which is basically C<INI> with some extra features.
+ 
+ By default, configuration files are searched in C</etc> and home directory, 
with
+--- a/lib/Perinci/CmdLine/Manual/Examples.pod
++++ b/lib/Perinci/CmdLine/Manual/Examples.pod
+@@ -641,7 +641,7 @@
+ =head2 Basics
+ 
+ In the function-centric world of Perinci::CmdLine, configuration is just 
another
+-way to supply values to function arguments (before being potentially overriden
++way to supply values to function arguments (before being potentially 
overridden
+ by command-line arguments). Configuration files are written in L<IOD> format,
+ which is basically "INI with extra features". By default, configuration files
+ are searched in C</etc> and then your home directory, with the name of

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to