Acme-CPANAuthors-BackPAN-OneHundred

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


1.06    2015-02-20
        [New Authors]
        - SKIM

        [Updated Counts]
        - PERLANCAR, DAGOLDEN, ETHER, KENTNL, DROLSKY, GUGOD, PEVANS, RSAVAGE,
        - NEILB, MLEHMANN

1.05    2015-01-12
        - allow local data file in update script.

        [New Authors]
        - PERLANCAR

        [Updated Counts]
        - TOBYINK, RJBS, BINGOS, INGY, FLORA, SMUELLER, DAGOLDEN, ETHER,
        - KENTNL,
        - DROLSKY, GUGOD, BARBIE, BDFOY, PEVANS, RSAVAGE, FAYLAND, SZABGAB,
        - SHLOMIF, NEILB, SALVA, DMUEY

MANIFEST  view on Meta::CPAN

Changes
examples/author_info
examples/check100.pl
examples/count
examples/data/backpan100.csv
examples/templates/LICENSE
examples/templates/META.json
examples/templates/META.yml
examples/templates/README
examples/templates/lib/Acme/CPANAuthors/BackPAN/OneHundred.pm
examples/templates/t/10cpanauthor.t
examples/update100.pl
lib/Acme/CPANAuthors/BackPAN/OneHundred.pm
LICENSE
Makefile.PL

examples/check100.pl  view on Meta::CPAN


my $base = dirname($0);
chdir($base);
#print "dir=$base\n";

my $mech = WWW::Mechanize->new();
my $source = 'http://stats.cpantesters.org/stats/backpan100.csv';
my $target = basename($source);
$mech->mirror($source,$target);

my $file = 'data/backpan100.csv';

my $diff = diff $file, $target;
print $diff . "\n";

#unlink $target;

__END__

=head1 BUGS, PATCHES & FIXES

examples/update100.pl  view on Meta::CPAN

update100.pl - preps the OneHundred module for release, if required.

=head1 SYNOPSIS

  perl update100.pl

=head1 DESCRIPTION

Downloads the latest copy of the backpan100.csv file from CPAN Testers 
Statistics site. Compares with the previous download, and if there is a change,
takes the module template and inserts the appropriate data ready for the next 
release.

=cut

# -------------------------------------
# Library Modules

use CPAN::Changes;
#use Data::Dumper;
use DateTime;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.583 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )