[libclass-mixinfactory-perl] 09/10: Add spelling.patch

Florian Schlichting fsfs at moszumanska.debian.org
Mon Nov 13 22:17:34 UTC 2017


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

fsfs pushed a commit to branch master
in repository libclass-mixinfactory-perl.

commit 87a3979e9256b0d7fb4a14d999911dc7533395e1
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Nov 13 23:13:07 2017 +0100

    Add spelling.patch
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 24 ++++++++++++++++++++++++
 2 files changed, 25 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..16d4506
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,24 @@
+Description: fix spelling errors found by lintian spellchecker
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123620
+
+--- a/MixinFactory/ReadMe.pod
++++ b/MixinFactory/ReadMe.pod
+@@ -48,7 +48,7 @@
+ 
+ =item *
+ 
+-an extension which enhances security by runing the code in a Safe compartment,
++an extension which enhances security by running the code in a Safe compartment,
+ 
+ =item * 
+ 
+@@ -122,7 +122,7 @@
+ 
+ =head2 This Distribution
+ 
+-The Class::MixinFactory distribution provides serveral elements to facilitate tihs kind of dynamic mixin architecture. The top level package is just a facade that loads the other necessary classes and provides a few import options for compile-time convenience. (See L<Class::MixinFactory>.)
++The Class::MixinFactory distribution provides several elements to facilitate this kind of dynamic mixin architecture. The top level package is just a facade that loads the other necessary classes and provides a few import options for compile-time convenience. (See L<Class::MixinFactory>.)
+ 
+ To generate an object with some combination of mixins, you first use a mixin factory to generate a mixed class. If a class with that combination of classes has already been created, it is reused. You can add a factory method to your base class, create a separate factory object, or inherit to produce a factory class. (See L<Class::MixinFactory::Factory>.)
+ 

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



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