CPAN-Testers-WWW-Statistics

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

                "Template": "0",
                "Time::Piece": "0"
            }
        },
        "test" : {
            "requires": {
                "Archive::Extract": "0",
                "Archive::Zip": "0",
                "Cwd": "0",
                "File::Spec": "0",
                "Test::Differences": "0",
                "Test::More": "0.70"
            },
            "recommends": {
                "Test::CPAN::Meta": "0",
                "Test::CPAN::Meta::JSON": "0",
                "Test::MockObject": "0",
                "Test::Pod": "1.00",
                "Test::Pod::Coverage": "0.08"
            }
        }

META.yml  view on Meta::CPAN

  Test::CPAN::Meta:                 0
  Test::CPAN::Meta::JSON:           0
  Test::MockObject:                 0
  Test::Pod:                        1.00
  Test::Pod::Coverage:              0.08
build_requires:
  Archive::Extract:                 0
  Archive::Zip:                     0
  Cwd:                              0
  File::Spec:                       0
  Test::Differences:                0
  Test::More:                       0.70

provides:
  CPAN::Testers::WWW::Statistics:
    file:     lib/CPAN/Testers/WWW/Statistics.pm
    version:  1.23
  CPAN::Testers::WWW::Statistics::Graphs:
    file:     lib/CPAN/Testers/WWW/Statistics/Graphs.pm
    version:  1.23
  CPAN::Testers::WWW::Statistics::Leaderboard:

Makefile.PL  view on Meta::CPAN

        # for database access
        'CPAN::Testers::Common::DBUtils'    => 0.03,
        'DBI'                               => 0,
        'DBD::mysql'                        => 0,

        # for testing
        'Archive::Zip'                      => 0,       # for testing
        'Archive::Extract'                  => 0,       # for testing
        'Cwd'                               => 0,       # for testing
        'File::Spec'                        => 0,       # for testing
        'Test::Differences'                 => 0,       # for testing
        'Test::More'                        => 0.70     # for testing

    },
);

t/56writes.t  view on Meta::CPAN



use Archive::Zip;
use Archive::Extract;
use File::Basename;
use File::Copy;
use File::Path;
use File::Slurp qw( slurp );
use File::Spec;
use Sort::Versions;
use Test::Differences;
use Test::More;

use lib 't';
use CTWS_Testing;

if(CTWS_Testing::has_environment()) { plan tests    => 418; }
else                                { plan skip_all => "Environment not configured"; }

ok( my $obj = CTWS_Testing::getObj(), "got object" );
ok( CTWS_Testing::cleanDir($obj), 'directory removed' );

t/data/cpanstats-test.json  view on Meta::CPAN

{"test":{"count":{"entries":100,"reports":100,"posters":"182","distros":0},"pass":{"MacPPC":{"5.4.0":{"all":{"Net-Whois":1,"URI":1,"Storable":1,"Mac-Conversions":1,"Digest-MD5":1}}},"PA-RISC1.1":{"5.5.3":{"all":{"DBD-Oracle":1,"Curses":1}},"5.4.4":{"...



( run in 0.580 second using v1.01-cache-2.11-cpan-6aa56a78535 )