Acme-CPANAuthors-You-re_using

 view release on metacpan or  search on metacpan

t/11-naughty-version.t  view on Meta::CPAN

#!perl -T

use strict;
use warnings;

use Test::More tests => 2;

use lib 't/lib';

use Acme::CPANAuthors;

local @INC = grep $_ ne '.', @INC;

our $test_loaded;
local $test_loaded = 0;

my $err = do {
 local $SIG{__WARN__} = sub {



( run in 0.235 second using v1.01-cache-2.11-cpan-87723dcf8b7 )