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 <[email protected]> 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 <[email protected]> +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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
