add releases files
[WWW-Mechanize-Script.git] / t / manifest.t
blob46f198c7927af15a638b9f137063a9863d07ead4
1 #!perl -T
3 use strict;
4 use warnings;
5 use Test::More;
7 unless ( $ENV{RELEASE_TESTING} )
9     plan( skip_all => "Author tests not required for installation" );
12 eval "use Test::CheckManifest 0.9";
13 plan skip_all => "Test::CheckManifest 0.9 required" if $@;
14 ok_manifest();