]> git.sur5r.net Git - i3/i3/blob - AnyEvent-I3/t/manifest.t
Merge pull request #2861 from stapelberg/ipcconfig
[i3/i3] / AnyEvent-I3 / 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();