Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / open3.pl
# This is a compatibility interface to IPC::Open3. New programs should
# do
#
# use IPC::Open3;
#
# instead of
#
# require 'open3.pl';
package main;
use IPC::Open3 'open3';
1