Commit | Line | Data |
---|---|---|
155f9b97 | 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::Open3. New programs should |
5 | # do | |
93a17b20 | 6 | # |
7e1af8bc | 7 | # use IPC::Open3; |
463ee0b2 | 8 | # |
7e1af8bc | 9 | # instead of |
93a17b20 | 10 | # |
7e1af8bc | 11 | # require 'open3.pl'; |
93a17b20 | 12 | |
7e1af8bc | 13 | package main; |
14 | use IPC::Open3 'open3'; | |
15 | 1 |