More tests are a good thing
[p5sagit/Promulger.git] / t / manifest.t
CommitLineData
ab99b602 1#!/usr/bin/perl
2use strictures 1;
3use autodie;
4use Test::Most;
5
6unless ( $ENV{RELEASE_TESTING} ) {
7 plan( skip_all => "Author tests not required for installation" );
8}
9
10eval "use Test::CheckManifest 0.9";
11plan skip_all => "Test::CheckManifest 0.9 required" if $@;
12ok_manifest();