[libobject-insideout-perl] 05/06: Add spelling.patch

Florian Schlichting fsfs at moszumanska.debian.org
Wed Nov 15 22:09:02 UTC 2017


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

fsfs pushed a commit to branch master
in repository libobject-insideout-perl.

commit 5a5a9cb7fb47cc9dc595c6419ff79b21b63db354
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Nov 15 23:06:05 2017 +0100

    Add spelling.patch
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 26 ++++++++++++++++++++++++++
 2 files changed, 27 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..77c5153
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,26 @@
+Description: fix typos found by lintian
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=123638
+
+--- a/lib/Object/InsideOut.pod
++++ b/lib/Object/InsideOut.pod
+@@ -1111,7 +1111,7 @@
+  $obj->set_phone() = '800-555-1212';
+  $obj->email()     = 'jdhedden AT cpan DOT org';
+ 
+- # Use :lvalue accessor in substituion regexp
++ # Use :lvalue accessor in substitution regexp
+  $obj->email() =~ s/ AT (\w+) DOT /\@$1./;
+ 
+  # Use :lvalue accessor in a 'substr' call
+--- a/lib/Object/InsideOut/Metadata.pm
++++ b/lib/Object/InsideOut/Metadata.pm
+@@ -311,7 +311,7 @@
+  # Obtain the class hierarchy from the metadata object
+  my @classes = $meta->get_classes();
+ 
+- # Obtain infomation on the parameters for a class's construction
++ # Obtain information on the parameters for a class's construction
+  my %args = $meta->get_args();
+ 
+  # Obtain information on a class's methods

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



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