1 # This legacy library is deprecated and will be removed in a future
3 # This subroutine returns true if its argument is tainted, false otherwise.
5 warn( "The 'tainted.pl' legacy library is deprecated and will be"
6 . " removed in the next major release of perl. Please use the"
7 . " Scalar::Util module ('tainted' function) instead." );
11 eval { kill 0 * $_[0] };