This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
One-argument syswrite
[perl5.git] / t / lib / sample-tests / taint
CommitLineData
13287dd5
MS
1#!/usr/bin/perl -Tw
2
3use lib qw(t/lib);
4use Test::More tests => 1;
5
6eval { kill 0, $^X };
7like( $@, '/^Insecure dependency/', '-T honored' );