Acme-CPANAuthors-Swedish

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

    VERSION_FROM  => 'lib/Acme/CPANAuthors/Swedish.pm',
    ABSTRACT_FROM => 'lib/Acme/CPANAuthors/Swedish.pm',
    PREREQ_PM => {
        'Acme::CPANAuthors'         => 0,
        'Test::More'                => 0.47,
    },
    ($ExtUtils::MakeMaker::VERSION >= 6.31
        ? ( LICENSE => 'perl' )
        : ()
    ),
    (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
        'meta-spec' => { version => 2 },
        resources => {
            repository => {
                type => 'git',
                url  => 'https://github.com/trapd00r/Acme-CPANAuthors-Swedish.git',
                web  => 'https://github.com/trapd00r/Acme-CPANAuthors-Swedish',
            },
        }})
     : ()
    ),

t/99_pod.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;

eval "use Test::Pod 1.18";
plan skip_all => 'Test::Pod 1.18 required' if $@;
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
all_pod_files_ok();

t/99_podcoverage.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;

eval "use Test::Pod::Coverage 1.04";
plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};

all_pod_coverage_ok();



( run in 0.959 second using v1.01-cache-2.11-cpan-98e64b0badf )