repo.or.cz
/
msysgit
/
historical-msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of http://repo.or.cz/r/msysgit into devel
[msysgit/historical-msysgit.git]
/
lib
/
perl5
/
5.6.1
/
open2.pl
blob
8cf08c2e8bd19f296722d8f2a28dfaeb44ede435
1
# This is a compatibility interface to IPC::Open2. New programs should
2
# do
3
#
4
# use IPC::Open2;
5
#
6
# instead of
7
#
8
# require 'open2.pl';
9
10
package
main
;
11
use
IPC
::
Open2
'open2'
;
12
1