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

Comparing AnyEvent/t/handle/04_listen.t (file contents):
Revision 1.16 by root, Fri Jul 24 22:47:04 2009 UTC vs.
Revision 1.17 by root, Wed Dec 29 04:16:35 2010 UTC

1#!/opt/perl/bin/perl 1#!/opt/perl/bin/perl
2 2
3use strict; 3use strict;
4 4
5use AnyEvent::Impl::Perl; 5use AnyEvent;
6BEGIN { require AnyEvent::Impl::Perl unless $ENV{PERL_ANYEVENT_MODEL} }
6use AnyEvent::Handle; 7use AnyEvent::Handle;
7use AnyEvent::Socket; 8use AnyEvent::Socket;
8use AnyEvent;
9 9
10my $lbytes; 10my $lbytes;
11my $rbytes; 11my $rbytes;
12 12
13print "1..2\n"; 13print "1..2\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines