added com2tcp windows binary i386
[Biblio-RFID.git] / t / manifest.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5 use Test::More;
6
7 unless ( $ENV{RELEASE_TESTING} ) {
8     plan( skip_all => "Author tests not required for installation" );
9 }
10
11 eval "use Test::CheckManifest 0.9";
12 plan skip_all => "Test::CheckManifest 0.9 required" if $@;
13 ok_manifest();