diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-09-19 04:38:54 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-09-19 04:49:59 +1200 |
commit | d08171e10070d57494fee689c24f60a02acb6216 (patch) | |
tree | c537f3a5c0a4e072daae635d7614cba12b98ce93 /dev-perl/Sort-Naturally | |
parent | dev-perl/Quota: fix mixed metadata.xml indentation (diff) | |
download | gentoo-d08171e10070d57494fee689c24f60a02acb6216.tar.gz gentoo-d08171e10070d57494fee689c24f60a02acb6216.tar.bz2 gentoo-d08171e10070d57494fee689c24f60a02acb6216.zip |
dev-perl/Sort-Naturally: fix mixed metadata.xml indentation
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Sort-Naturally')
-rw-r--r-- | dev-perl/Sort-Naturally/metadata.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-perl/Sort-Naturally/metadata.xml b/dev-perl/Sort-Naturally/metadata.xml index 374699c51fcd..8627f8640577 100644 --- a/dev-perl/Sort-Naturally/metadata.xml +++ b/dev-perl/Sort-Naturally/metadata.xml @@ -6,11 +6,11 @@ <name>Gentoo Perl Project</name> </maintainer> <longdescription lang="en"> - This module exports two functions, nsort and ncmp; they are used in - implementing my idea of a "natural sorting" algorithm. Under natural - sorting, numeric substrings are compared numerically, and other - word-characters are compared lexically. -</longdescription> + This module exports two functions, nsort and ncmp; they are used in + implementing my idea of a "natural sorting" algorithm. Under natural + sorting, numeric substrings are compared numerically, and other + word-characters are compared lexically. + </longdescription> <upstream> <remote-id type="cpan">Sort-Naturally</remote-id> <remote-id type="cpan-module">Sort::Naturally</remote-id> |