Re: Open3.pm tries to close unopened file handle
[p5sagit/p5-mst-13.2.git] / lib / open3.pl
CommitLineData
982b4e8f 1# This is a compatibility interface to IPC::Open3. New programs should
2# do
93a17b20 3#
982b4e8f 4# use IPC::Open3;
463ee0b2 5#
982b4e8f 6# instead of
93a17b20 7#
982b4e8f 8# require 'open3.pl';
93a17b20 9
982b4e8f 10package main;
11use IPC::Open3 'open3';
121