[libsort-key-perl] 05/07: Update spelling-error-in-manpage.patch, forward pod-format.patch

Florian Schlichting fsfs at moszumanska.debian.org
Thu May 1 20:32:33 UTC 2014


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

fsfs pushed a commit to branch master
in repository libsort-key-perl.

commit d5a0ea2cb8c925a314eb440722bfba5d04899583
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu May 1 22:27:40 2014 +0200

    Update spelling-error-in-manpage.patch, forward pod-format.patch
---
 debian/patches/pod-format.patch                |  2 +-
 debian/patches/spelling-error-in-manpage.patch | 31 --------------------------
 2 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/debian/patches/pod-format.patch b/debian/patches/pod-format.patch
index e8d54b8..e5a9ed8 100644
--- a/debian/patches/pod-format.patch
+++ b/debian/patches/pod-format.patch
@@ -1,6 +1,6 @@
 Description: fix POD formatting
 Origin: vendor
-Forwarded: no
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95251
 Author: gregor herrmann <gregoa at debian.org>
 Last-Update: 2012-06-30
 
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
index 219e3c2..21ed0d1 100644
--- a/debian/patches/spelling-error-in-manpage.patch
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -4,15 +4,6 @@ Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74221
 
 --- a/lib/Sort/Key.pm
 +++ b/lib/Sort/Key.pm
-@@ -116,7 +116,7 @@
- 
-   @sorted = sort { CALC_KEY($a) cmp CALC_KEY($b) } @data
- 
--and where C<CALC_KEY($_)> can be any expresion to extract the key
-+and where C<CALC_KEY($_)> can be any expression to extract the key
- value from C<$_> (not only a subroutine call).
- 
- For instance, some variations are C<nkeysort> that performs a numeric
 @@ -313,7 +313,7 @@
  L<Sort::Key::IPv4>, L<Sort::Key::DateTime> and L<Sort::Key::OID>
  modules add support for additional datatypes to Sort::Key.
@@ -22,25 +13,3 @@ Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74221
  the available memory.
  
  Other interesting Perl sorting modules are L<Sort::Maker>,
---- a/lib/Sort/Key/Natural.pm
-+++ b/lib/Sort/Key/Natural.pm
-@@ -130,7 +130,7 @@
- This module extends the L<Sort::Key> family of modules to support
- natural sorting.
- 
--Under natural sorting, strings are splitted at word and number
-+Under natural sorting, strings are split at word and number
- boundaries, and the resulting substrings
- are compared as follows:
- 
---- a/lib/Sort/Key/Register.pm
-+++ b/lib/Sort/Key/Register.pm
-@@ -40,7 +40,7 @@
- 
- =head1 DESCRIPTION
- 
--Sort::Key::Register allows to register new data types with Sort::Key
-+Sort::Key::Register allows one to register new data types with Sort::Key
- so that they can be sorted as natively supported ones.
- 
- It works as a pragma module and doesn't export any function, all its

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



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