summaryrefslogtreecommitdiff
blob: 9fdb0ec6f9b25dcb6bee3fe6389670045796c287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>perl</herd>
  <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>
  <upstream>
    <remote-id type="cpan">Sort-Naturally</remote-id>
    <remote-id type="cpan-module">Sort::Naturally</remote-id>
  </upstream>
</pkgmetadata>