add tests for version::is_strict() and version::is_lax()
[p5sagit/p5-mst-13.2.git] / lib / open2.pl
CommitLineData
a06bfbf4 1# This legacy library is deprecated and will be removed in a future
2# release of perl.
3#
7e1af8bc 4# This is a compatibility interface to IPC::Open2. New programs should
5# do
ee0007ab 6#
7e1af8bc 7# use IPC::Open2;
ee0007ab 8#
7e1af8bc 9# instead of
10#
11# require 'open2.pl';
ee0007ab 12
7e1af8bc 13package main;
14use IPC::Open2 'open2';
151