Acme-CPANAuthors-Booking

 view release on metacpan or  search on metacpan

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

#!/usr/bin/perl

use Test::More;

use strict;
use warnings;
no  warnings 'syntax';

plan skip_all => "These tests are for release candidate testing"
    if !$ENV{RELEASE_TESTING};

eval "use Test::Pod 1.00; 1" or
      plan skip_all => "Test::Pod required for testing POD";

all_pod_files_ok ();


__END__



( run in 1.825 second using v1.01-cache-2.11-cpan-97f6503c9c8 )