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

roam-guest pushed a commit to branch master
in repository libmoox-buildargs-perl.

commit 7a05317544dba210628f2f7cfeb0e3bd5941baad
Author: Peter Pentchev <r...@ringlet.net>
Date:   Tue Nov 8 15:34:48 2016 +0200

    Add the typos patch to fix some misspellings.
---
 debian/patches/series      |  1 +
 debian/patches/typos.patch | 47 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 21ca124..b6c68be 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 test2-suite.patch
+typos.patch
diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch
new file mode 100644
index 0000000..8e6aae7
--- /dev/null
+++ b/debian/patches/typos.patch
@@ -0,0 +1,47 @@
+Description: Fix some typographical errors.
+Forwarded: not-yet
+Author: Peter Pentchev <r...@ringlet.net>
+Last-Update: 2016-11-08
+
+--- a/lib/MooX/BuildArgs.pm
++++ b/lib/MooX/BuildArgs.pm
+@@ -17,7 +17,7 @@
+ =head1 DESCRIPTION
+ 
+ It is often useful to be able to access the arguments that were
+-used to create an object in their unadulturated form, before any
++used to create an object in their unadulterated form, before any
+ coercions or init_args have changed them.  This L<Moo> role
+ provides the arguments via the L</build_args> attribute.
+ 
+--- a/lib/MooX/BuildArgsHooks.pm
++++ b/lib/MooX/BuildArgsHooks.pm
+@@ -38,7 +38,7 @@
+ =head1 DESCRIPTION
+ 
+ This module installs some hooks directly into L<Moo> which allow
+-for more fine-grained access to the phases of C<BUILDLARGS>.  The
++for more fine-grained access to the phases of C<BUILDARGS>.  The
+ reason this is important is because if you have various roles and
+ classes modifying BUILDARGS you will often end up with weird
+ behaviors depending on what order the various BUILDARGS wrappers
+@@ -145,7 +145,7 @@
+ # Must declare a custom no-op BUILDARGS otherwise
+ # Method::Generate::Constructor gets in the way.
+ # Alternatively we could modify its inlined BUILDARGS
+-# to include our logic, but thats making things even
++# to include our logic, but that's making things even
+ # more brittle.
+ around BUILDARGS => sub{
+     my $orig = shift;
+--- a/lib/MooX/MethodProxyArgs.pm
++++ b/lib/MooX/MethodProxyArgs.pm
+@@ -26,7 +26,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-This module munges the class's input arugments by replacing any
++This module munges the class's input arguments by replacing any
+ method proxy values found with the result of calling the methods.
+ 
+ A method proxy looks like this:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmoox-buildargs-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