[SCM] Debian packaging of Array-Iterator CPAN distribution branch, master, updated. debian/0.8-1-1-ge9409be

Dominique Dumont dod at debian.org
Wed Oct 10 18:57:24 UTC 2012


The following commit has been merged in the master branch:
commit e9409be199218157f6099410f07c44d2b3c3d0fa
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Oct 10 20:57:15 2012 +0200

    control: fix spelling and grammar in description

diff --git a/debian/control b/debian/control
index 5804944..cbeaf13 100644
--- a/debian/control
+++ b/debian/control
@@ -19,13 +19,13 @@ Depends: ${misc:Depends},
 Description: simple class to provide iterators over Perl arrays
  Array::Iterator Perl module provides a very simple iterator
  interface. It is uni-directional and can only be used once. It
- provides no means of reverseing or reseting the iterator. It is not
+ provides no means of reversing or resetting the iterator. It is not
  recommended to alter the array during iteration, however no attempt is
  made to enforce this. This class only intends to provide a clear and simple
  means of generic iteration, nothing more (yet).
  .
- This package also provide:
-  * Array::Iterator::BiDirectional to allow forwards and backwards iteration
+ This package also provides:
+  * Array::Iterator::BiDirectional to allow forward and backward iteration
   * Array::Iterator::Circular to allow circular iteration
   * Array::Iterator::Reusable to allow reuse of iterators
 

-- 
Debian packaging of Array-Iterator CPAN distribution



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