Acme-ChuckNorris
    
    
  
  
  
view release on metacpan or search on metacpan
Build.PL
Changes
MANIFEST
Makefile.PL
README
lib/Acme/ChuckNorris.pm
lib/Acme/ChuckNorris.pod
t/00.load.t
t/perlcritic.t
t/perltidy.t
t/pkg-changes.t
t/pkg-readme.t
t/pod-coverage.t
t/pod-encoding.t
t/pod-spelling.t
t/pod-version.t
t/pod.t
META.yml                                 Module meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)
t/pkg-changes.t view on Meta::CPAN
#!perl
use Test::More;
plan skip_all => 'pkg/Changes tests are only run in RELEASE_TESTING mode.' unless $ENV{'RELEASE_TESTING'};
eval 'use Test::CPAN::Changes 0.23';
plan skip_all => 'Test::CPAN::Changes 0.23 required for testing the pkg/Changes file' if $@;
changes_ok();    # this does the plan
( run in 0.444 second using v1.01-cache-2.11-cpan-5dc5da66d9d )