source: release-kits/lirk2/resources/perl-for-windows/lib/open3.pl@ 15957

Last change on this file since 15957 was 15957, checked in by oranfry, 16 years ago

added a resources directory to hold resources for gsdl releases, to be used instead of for-distributions

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.