This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixup Embed.t for Win32/VC++
[perl5.git] / lib / open3.pl
CommitLineData
7e1af8bc 1# This is a compatibility interface to IPC::Open3. New programs should
2# do
93a17b20 3#
7e1af8bc 4# use IPC::Open3;
463ee0b2 5#
7e1af8bc 6# instead of
93a17b20 7#
7e1af8bc 8# require 'open3.pl';
93a17b20 9
7e1af8bc 10package main;
11use IPC::Open3 'open3';
121