This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libtree-simple-perl.
commit 718eed3fbbecc0988e080120169e7a9d94ab8d03 Author: gregor herrmann <[email protected]> Date: Fri Apr 29 12:52:51 2016 +0200 Drop spelling.patch, merged upstream. --- debian/patches/series | 1 - debian/patches/spelling.patch | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 5299247..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch deleted file mode 100644 index a381656..0000000 --- a/debian/patches/spelling.patch +++ /dev/null @@ -1,23 +0,0 @@ -Description: fix spelling mistakes -Origin: vendor -Author: gregor herrmann <[email protected]> -Last-Update: 2016-02-21 -Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112239 -Bug: https://rt.cpan.org/Ticket/Display.html?id=112239 - ---- a/lib/Tree/Simple.pm -+++ b/lib/Tree/Simple.pm -@@ -602,11 +602,11 @@ - # make a tree root - my $tree = Tree::Simple->new("0", Tree::Simple->ROOT); - -- # explicity add a child to it -+ # explicitly add a child to it - $tree->addChild(Tree::Simple->new("1")); - - # specify the parent when creating -- # an instance and it adds the child implicity -+ # an instance and it adds the child implicitly - my $sub_tree = Tree::Simple->new("2", $tree); - - # chain method calls -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtree-simple-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
