Codebase list libsort-naturally-perl / a8d2316
Import upstream version 1.03+git20140221.1.b600317 Debian Janitor 1 year, 3 months ago
3 changed file(s) with 13 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
33 "Sean M. Burke <sburke@cpan.org>"
44 ],
55 "dynamic_config" : 1,
6 "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120921",
6 "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010",
77 "license" : [
88 "perl_5"
99 ],
1010 "meta-spec" : {
1111 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
12 "version" : "2"
12 "version" : 2
1313 },
1414 "name" : "Sort-Naturally",
1515 "no_index" : {
3131 },
3232 "runtime" : {
3333 "requires" : {
34 "perl" : "5"
34 "perl" : "5.000"
3535 }
3636 }
3737 },
4141 "url" : "https://github.com/bingos/sort-naturally"
4242 }
4343 },
44 "version" : "1.03"
44 "version" : "1.03",
45 "x_serialization_backend" : "JSON::PP version 4.07"
4546 }
22 author:
33 - 'Sean M. Burke <sburke@cpan.org>'
44 build_requires:
5 ExtUtils::MakeMaker: 0
5 ExtUtils::MakeMaker: '0'
66 configure_requires:
7 ExtUtils::MakeMaker: 0
7 ExtUtils::MakeMaker: '0'
88 dynamic_config: 1
9 generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120921'
9 generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010'
1010 license: perl
1111 meta-spec:
1212 url: http://module-build.sourceforge.net/META-spec-v1.4.html
13 version: 1.4
13 version: '1.4'
1414 name: Sort-Naturally
1515 no_index:
1616 directory:
1717 - t
1818 - inc
1919 requires:
20 perl: 5
20 perl: '5.000'
2121 resources:
2222 repository: https://github.com/bingos/sort-naturally
23 version: 1.03
23 version: '1.03'
24 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
0
10 require 5;
21 package Sort::Naturally; # Time-stamp: "2004-12-29 18:30:03 AST"
32 $VERSION = '1.03';
324323
325324 The start of a string is exceptional: leading non-\W (non-word,
326325 non-digit)
327 components are are ignored, and numbers come I<before> letters.
326 components are ignored, and numbers come I<before> letters.
328327
329328 =item *
330329