Acme-CPANAuthors-BackPAN-OneHundred
view release on metacpan or search on metacpan
examples/templates/lib/Acme/CPANAuthors/BackPAN/OneHundred.pm view on Meta::CPAN
);
q<
We are programmed just to do
Anything you want us to
We are the robots, we are the robots
We are the robots, we are the robots
Lyrics copyright Ralf Hütter
>
__END__
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::BackPAN::OneHundred - The CPAN Authors who have 100+ distributions on BackPAN
examples/update100.pl view on Meta::CPAN
my $pad = $max - length $new{$inx}{pause};
push @{$tvars{LIST1}}, sprintf " '%s'%s=> '%s',", $new{$inx}{pause}, (' ' x $pad), $new{$inx}{name};
}
my $cnt = 1;
for my $inx (sort {$new{$b}{count} <=> $new{$a}{count} || $new{$a}{pause} cmp $new{$b}{pause}} keys %new) {
my $pad = $max - length $new{$inx}{pause};
push @{$tvars{LIST2}}, sprintf " %2d. %3d %s%s%s", $cnt++, $new{$inx}{count}, $new{$inx}{pause}, (' ' x $pad), $new{$inx}{name};
}
# calculate copyright
$tvars{COPYRIGHT} = '2014';
my $year = DateTime->now->year;
$tvars{COPYRIGHT} .= "-$year" if($year > 2014);
# calculate version
$file = '../Changes';
my $changes = CPAN::Changes->load( $file );
my @releases = $changes->releases();
my $version = $releases[-1]->{version};
lib/Acme/CPANAuthors/BackPAN/OneHundred.pm view on Meta::CPAN
);
q<
We are programmed just to do
Anything you want us to
We are the robots, we are the robots
We are the robots, we are the robots
Lyrics copyright Ralf Hütter
>
__END__
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::BackPAN::OneHundred - The CPAN Authors who have 100+ distributions on BackPAN
( run in 1.082 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )