Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > f74c10eac590d2433bffdf3b8f9e59e3 > files > 26

perl-MooseX-AttributeHelpers-0.23-4.fc15.noarch.rpm

#!/usr/bin/perl

use strict;
use warnings;

use Test::More;

eval "use Test::Pod 1.14";
plan skip_all => "Pod tests run only authors" unless -e "inc/.author";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;

all_pod_files_ok();