This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bumping versions for B-Lint and B-Deparse per Porting/cmpVERSION.pl
[perl5.git] / lib / open3.pl
index 7fcc931..9f4d5a4 100644 (file)
@@ -1,3 +1,8 @@
+warn "Legacy library @{[(caller(0))[6]]} will be removed from the Perl core distribution in the next major release. Please install it from the CPAN distribution Perl4::CoreLibs. It is being used at @{[(caller)[1]]}, line @{[(caller)[2]]}.\n";
+
+# This legacy library is deprecated and will be removed in a future
+# release of perl.
+#
 # This is a compatibility interface to IPC::Open3.  New programs should
 # do
 #