projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
extra code in pp_concat, Take 2
[p5sagit/p5-mst-13.2.git]
/
lib
/
open3.pl
Commit
Line
Data
7e1af8bc
1
# This is a compatibility interface to IPC::Open3. New programs should
2
# do
93a17b20
3
#
7e1af8bc
4
# use IPC::Open3;
463ee0b2
5
#
7e1af8bc
6
# instead of
93a17b20
7
#
7e1af8bc
8
# require 'open3.pl';
93a17b20
9
7e1af8bc
10
package main;
11
use IPC::Open3 'open3';
12
1