91ce3bdbd5
I suspect nobody actually uses Perl’s taint mode with AnyEvent::I3. See https://github.com/i3/i3/pull/5987 for discussion.
11 lines
168 B
Perl
11 lines
168 B
Perl
#!perl
|
|
|
|
use Test::More tests => 1;
|
|
|
|
BEGIN {
|
|
use_ok( 'AnyEvent::I3' ) || print "Bail out!
|
|
";
|
|
}
|
|
|
|
diag( "Testing AnyEvent::I3 $AnyEvent::I3::VERSION, Perl $], $^X" );
|