manifest.t 261 B

1234567891011
  1. use strict;
  2. use warnings;
  3. use Test::More;
  4. unless ( $ENV{RELEASE_TESTING} ) {
  5. plan( skip_all => "Author tests not required for installation" );
  6. }
  7. eval "use Test::CheckManifest 0.9";
  8. plan skip_all => "Test::CheckManifest 0.9 required" if $@;
  9. ok_manifest();