* Synced the perlfaq
[p5sagit/p5-mst-13.2.git] / lib / tainted.pl
index 6e24867..388adf4 100644 (file)
@@ -1,4 +1,10 @@
+# This legacy library is deprecated and will be removed in a future
+# release of perl.
 # This subroutine returns true if its argument is tainted, false otherwise.
+#
+warn( "The 'tainted.pl' legacy library is deprecated and will be"
+      . " removed in the next major release of perl. Please use the"
+      . " Scalar::Util module ('tainted' function) instead." );
 
 sub tainted {
     local($@);