Result:
found 62 distributions and 226 files matching your query !
( run in 1.353 )
Webservice-OVH
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
File::HomeDir 0.91
File::Spec 0
File::Temp 0
Package::Stash 0.3
Scalar::Util 0
Sort::Naturally 0
Term::ANSIColor 3
Test::More 0.88
version 0.77
DateTime-1.28
pathname: D/DR/DROLSKY/DateTime-1.28.tar.gz
cpanfile.snapshot view on Meta::CPAN
Exporter 5.57
perl 5.006
Sort-Naturally-1.03
pathname: B/BI/BINGOS/Sort-Naturally-1.03.tar.gz
provides:
Sort::Naturally 1.03
requirements:
ExtUtils::MakeMaker 0
perl 5.000
Specio-0.47
pathname: D/DR/DROLSKY/Specio-0.47.tar.gz
view all matches for this distribution
Wx-Perl-PodBrowser
view release on metacpan or search on metacpan
devel/index.pl view on Meta::CPAN
my $fill = sub {
my ($by_position) = @_;
if ($by_position) {
@index = sort {$a->{'position'} <=> $b->{'position'} } @index;
} else {
my $cmp = eval { require Sort::Naturally; 1 }
? \&Sort::Naturally::ncmp
: sub { $_[0] cmp $_[1] };
@index = sort {$cmp->($a->{'name'}, $b->{'name'})
|| $a->{'position'} <=> $b->{'position'}
} @index;
}
view all matches for this distribution( run in 1.353 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )