This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Emergency fix for /tmp dir cleanup's for smokers.
[perl5.git] / lib / open2.pl
CommitLineData
7e1af8bc 1# This is a compatibility interface to IPC::Open2. New programs should
2# do
ee0007ab 3#
7e1af8bc 4# use IPC::Open2;
ee0007ab 5#
7e1af8bc 6# instead of
7#
8# require 'open2.pl';
ee0007ab 9
7e1af8bc 10package main;
11use IPC::Open2 'open2';
121