CPAN-Reporter-Smoker-Safer

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

    ExtUtils::MakeMaker:  0
requires:
    CPAN:                 0
    CPAN::DistnameInfo:   0
    CPAN::Reporter:       0
    CPAN::Reporter::History:  0
    CPAN::Reporter::Smoker:  0
    Date::Calc:           0
    File::Temp:           0
    LWP::Simple:          0
    Test::Differences:    0
    Test::More:           0
    URI:                  0
no_index:
    directory:
        - t
        - inc
generated_by:       ExtUtils::MakeMaker version 6.56
meta-spec:
    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
    version:  1.4

Makefile.PL  view on Meta::CPAN

    NAME                => 'CPAN::Reporter::Smoker::Safer',
    AUTHOR              => 'David Westbrook <dwestbrook@gmail.com>',
    LICENSE             => 'perl',
    VERSION_FROM        => 'lib/CPAN/Reporter/Smoker/Safer.pm',
    ABSTRACT_FROM       => 'lib/CPAN/Reporter/Smoker/Safer.pm',
    PREREQ_PM => {
	'CPAN'                   => 0,
	'CPAN::Reporter'         => 0,
	'CPAN::Reporter::Smoker' => 0,
	'Test::More'             => 0,
	'Test::Differences'      => 0,
        'URI'                    => 0,
        'LWP::Simple'            => 0,
	'CPAN::DistnameInfo'     => 0,
	'File::Temp'             => 0,
	'Date::Calc'             => 0,
	'CPAN::Reporter::History' => 0,
    },
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean               => { FILES => 'CPAN-Reporter-Smoker-Safer-*' },
);

t/__installed_dists.t  view on Meta::CPAN

#!perl

use strict;
use warnings;
use Test::More tests => 12;
use Test::Differences;
use CPAN::Reporter::Smoker::Safer;
$|=1;

local $CPAN::Reporter::Smoker::Safer::MIN_REPORTS  = 0;
local $CPAN::Reporter::Smoker::Safer::MIN_DAYS_OLD = 0;
local $CPAN::Reporter::Smoker::Safer::EXCLUDE_TESTED = 0;
my ($dists, $mask, $label);


$mask = '/CPAN/';

t/start.t  view on Meta::CPAN

#!perl

use strict;
use warnings;
use Test::More tests => 20;
use Test::Differences;
use CPAN::Reporter::Smoker::Safer;
$|=1;

sub check_args {
  my $label = shift;
  my $rc = start(
	foo => 1,
	safer => {
		preview => 1,
		min_reports => 0,



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