diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-08 07:01:25 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-08 07:01:25 +0000 |
commit | c5d811a37d56d8b50097c8e3ae91f58980ee7ed9 (patch) | |
tree | 5810e1ce97ce2cdafc8ab85ef5ee1efef73f5b58 /textproc/p5-Sort-Naturally/pkg-descr | |
parent | a03386997b05123634c4a845036ff9a7340f2c38 (diff) |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu)
Notes
Notes:
svn path=/head/; revision=288737
Diffstat (limited to 'textproc/p5-Sort-Naturally/pkg-descr')
-rw-r--r-- | textproc/p5-Sort-Naturally/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Sort-Naturally/pkg-descr b/textproc/p5-Sort-Naturally/pkg-descr index 1fab53c6d9ce..f7d3641ee3b6 100644 --- a/textproc/p5-Sort-Naturally/pkg-descr +++ b/textproc/p5-Sort-Naturally/pkg-descr @@ -17,7 +17,7 @@ is not up against a numeric substring in another, the non-numeric always comes first. This is fudged by reading pretending that the lack of a number substring has the value -1, like so: * The start of a string is exceptional: leading non-\W (non-word, -non-digit) components are are ignored, and numbers come before letters. +non-digit) components are ignored, and numbers come before letters. * I define "numeric substring" just as sequences matching m/\d+/ -- scientific notation, commas, decimals, etc., are not seen. If your data has thousands separators in numbers ("20,000 Leagues Under The Sea" or "20.000 |