source: for-distributions/trunk/bin/windows/perl/lib/open3.pl@ 14489

Last change on this file since 14489 was 14489, checked in by oranfry, 17 years ago

upgrading to perl 5.8

File size: 185 bytes
Line 
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
10package main;
11use IPC::Open3 'open3';
121
Note: See TracBrowser for help on using the repository browser.