This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libdevel-declare-parser-perl.
commit 53dd74430d8025aba0ebb763fd2aba28a877ac2b Author: gregor herrmann <[email protected]> Date: Sat Jul 4 19:17:17 2015 +0200 Drop spelling.patch, merged upstream. --- debian/patches/series | 1 - debian/patches/spelling.patch | 65 ------------------------------------------- 2 files changed, 66 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index a25e543..3928105 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -spelling.patch fix-pod.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch deleted file mode 100644 index ce35cd5..0000000 --- a/debian/patches/spelling.patch +++ /dev/null @@ -1,65 +0,0 @@ -Description: spelling fixes -Origin: vendor -Bug: https://rt.cpan.org/Ticket/Display.html?id=82026 -Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82026 -Author: gregor herrmann <[email protected]> -Last-Update: 2012-12-16 - ---- a/README -+++ b/README -@@ -4,7 +4,7 @@ - DESCRIPTION - Devel-Declare-Parser is a higher-level API sitting on top of - Devel::Declare. It is used by Devel::Declare::Exporter to simplify -- exporting of Devel::Declare magic. Writing custom parsers usualy only -+ exporting of Devel::Declare magic. Writing custom parsers usually only - requires subclassing this module and overriding a couple methods. - - DOCUMENTATION -@@ -81,7 +81,7 @@ - - "PARTS" - 'Parts' are datastructures created by the parse() method. Every argument -- on the line (space seperated) up until an opening curly brace ({) or a -+ on the line (space separated) up until an opening curly brace ({) or a - semicolon (;) will be turned into a part. Here are the parts to expect: - - Parts will either be a plain string, or an arrayref containing a string -@@ -378,7 +378,7 @@ - peek_word() - - PRIVATE METHODS -- Do not use these, and definately do not override them in a subclass. -+ Do not use these, and definitely do not override them in a subclass. - - _block_end_injection() - _debug() ---- a/lib/Devel/Declare/Parser.pm -+++ b/lib/Devel/Declare/Parser.pm -@@ -572,7 +572,7 @@ - - Devel-Declare-Parser is a higher-level API sitting on top of L<Devel::Declare>. - It is used by L<Devel::Declare::Exporter> to simplify exporting of --L<Devel::Declare> magic. Writing custom parsers usualy only requires -+L<Devel::Declare> magic. Writing custom parsers usually only requires - subclassing this module and overriding a couple methods. - - =head1 DOCUMENTATION -@@ -676,7 +676,7 @@ - =head2 "PARTS" - - 'Parts' are datastructures created by the parse() method. Every argument on the --line (space seperated) up until an opening curly brace ({) or a semicolon (;) -+line (space separated) up until an opening curly brace ({) or a semicolon (;) - will be turned into a part. Here are the parts to expect: - - Parts will either be a plain string, or an arrayref containing a string and the -@@ -1073,7 +1073,7 @@ - - =head2 PRIVATE METHODS - --Do not use these, and definately do not override them in a subclass. -+Do not use these, and definitely do not override them in a subclass. - - =over 4 - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-declare-parser-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
