ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/handle/02_write.t
(Generate patch)

Comparing AnyEvent/t/handle/02_write.t (file contents):
Revision 1.1 by elmex, Sun Apr 27 16:56:17 2008 UTC vs.
Revision 1.2 by root, Sun Apr 27 19:08:38 2008 UTC

1#!perl 1#!perl
2
2use strict; 3use strict;
4use AnyEvent::Impl::Perl;
3use AnyEvent::Handle; 5use AnyEvent::Handle;
4use Test::More tests => 2; 6use Test::More tests => 2;
5use Socket; 7use Socket;
6 8
7my $cv = AnyEvent->condvar; 9my $cv = AnyEvent->condvar;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines