[libmoosex-nonmoose-perl] 06/07: Add spelling.patch to fix a POD typo

Florian Schlichting fsfs at alioth.debian.org
Thu Oct 3 13:32:25 UTC 2013


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

fsfs pushed a commit to branch master
in repository libmoosex-nonmoose-perl.

commit d287d1f48151d8daf257e1c7404d3ca4c1c9caba
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Oct 3 15:30:01 2013 +0200

    Add spelling.patch to fix a POD typo
---
 debian/patches/series         |    1 +
 debian/patches/spelling.patch |   15 +++++++++++++++
 2 files changed, 16 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..32ca7d8
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,15 @@
+Description: fix a simple typo
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://github.com/doy/moosex-nonmoose/pull/6/files
+
+--- a/lib/MooseX/NonMoose.pm
++++ b/lib/MooseX/NonMoose.pm
+@@ -123,7 +123,7 @@
+ also allow Moose to work. For more information, see the C<032-moosex-insideout>
+ and C<033-moosex-globref> tests bundled with this dist.
+ 
+-=item * Modifying your class' C<@ISA> after an intial C<extends> call will potentially
++=item * Modifying your class' C<@ISA> after an initial C<extends> call will potentially
+ cause problems if any of those new entries in the C<@ISA> override the constructor.
+ C<MooseX::NonMoose> wraps the nearest C<new()> method at the time C<extends>
+ is called and will not see any other C<new()> methods in the @ISA hierarchy.

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



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