[ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
[p5sagit/p5-mst-13.2.git] / lib / open3.pl
1 # This is a compatibility interface to IPC::Open3.  New programs should
2 # do
3 #
4 #     use IPC::Open3;
5 #
6 # instead of
7 #
8 #     require 'open3.pl';
9
10 package main;
11 use IPC::Open3 'open3';
12 1