ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/68_poe_07_io.t
(Generate patch)

Comparing AnyEvent/t/68_poe_07_io.t (file contents):
Revision 1.1 by root, Wed Jul 8 04:49:18 2009 UTC vs.
Revision 1.2 by root, Thu Jul 9 22:49:18 2009 UTC

1$|=1; 1$|=1;
2$^W=0;
3BEGIN { print "1..18\n" } 2BEGIN { print "1..18\n" }
4 3
5use AnyEvent; 4use AnyEvent;
6use AnyEvent::Util; 5use AnyEvent::Util;
7use AnyEvent::Impl::POE; 6use AnyEvent::Impl::POE; $^W = 0;
8 7
9print "ok 1\n"; 8print "ok 1\n";
10 9
11my ($a, $b) = AnyEvent::Util::portable_socketpair; 10my ($a, $b) = AnyEvent::Util::portable_socketpair;
12 11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines