[libarray-iterator-perl] 03/04: Drop patch fix-spelling: merged upstream.

gregor herrmann gregoa at debian.org
Wed Sep 18 15:34:46 UTC 2013


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

gregoa pushed a commit to branch master
in repository libarray-iterator-perl.

commit 1824d28377f3b93fe86f0b0bd407ca7579341e06
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Sep 18 17:30:29 2013 +0200

    Drop patch fix-spelling: merged upstream.
---
 debian/patches/fix-spelling |   52 -------------------------------------------
 debian/patches/series       |    1 -
 2 files changed, 53 deletions(-)

diff --git a/debian/patches/fix-spelling b/debian/patches/fix-spelling
deleted file mode 100644
index 67b7147..0000000
--- a/debian/patches/fix-spelling
+++ /dev/null
@@ -1,52 +0,0 @@
-Description: Fix spelling in man pages
-Bug: https://rt.cpan.org/Ticket/Display.html?id=88745
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88745
-Author: dod
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-09-17
-
---- a/lib/Array/Iterator.pm
-+++ b/lib/Array/Iterator.pm
-@@ -415,7 +415,7 @@
- 
- =item B<Array::Iterator::Reusable>
- 
--This iterator can be reset to its begining and used again.
-+This iterator can be reset to its beginning and used again.
- 
- =back
- 
---- a/lib/Array/Iterator/BiDirectional.pm
-+++ b/lib/Array/Iterator/BiDirectional.pm
-@@ -103,17 +103,17 @@
- 
- =item B<has_previous([$n])>
- 
--This method works much like C<hasNext> does, it will return true (C<1>) unless the begining of the array has been reached, and false (C<0>) otherwise.
-+This method works much like C<hasNext> does, it will return true (C<1>) unless the beginning of the array has been reached, and false (C<0>) otherwise.
- 
- Optional argument has the same meaning except that it specifies C<$n>th previous element.
- 
- =item B<previous>
- 
--This method is much like C<next>. It will return the previous item in the iterator, and throw an exception if it attempts to reach past the begining of the array.
-+This method is much like C<next>. It will return the previous item in the iterator, and throw an exception if it attempts to reach past the beginning of the array.
- 
- =item B<get_previous>
- 
--This method is much like C<get_next>. It will return the previous item in the iterator, and return undef if it attempts to reach past the begining of the array.
-+This method is much like C<get_next>. It will return the previous item in the iterator, and return undef if it attempts to reach past the beginning of the array.
- 
- =item B<look_back([$n])>
- 
---- a/lib/Array/Iterator/Circular.pm
-+++ b/lib/Array/Iterator/Circular.pm
-@@ -113,7 +113,7 @@
- 
- =item B<next>
- 
--This will return the next item in the array, and when it reaches the end of the array, it will loop back to the begining again.
-+This will return the next item in the array, and when it reaches the end of the array, it will loop back to the beginning again.
- 
- =item B<get_next>
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ae312d5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-spelling

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



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