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

Comparing AnyEvent/t/02_signals.t (file contents):
Revision 1.4 by root, Tue Apr 22 05:12:19 2008 UTC vs.
Revision 1.5 by root, Fri May 23 16:36:02 2008 UTC

3 print "1..5\n"; 3 print "1..5\n";
4} 4}
5 5
6use AnyEvent; 6use AnyEvent;
7use AnyEvent::Impl::Perl; 7use AnyEvent::Impl::Perl;
8
9print STDERR <<EOF;
10
11If the following test hangs for a long time or terminates with a signal
12you either found a bug in AnyEvent or, more likely, you have a defective
13perl (most windows perl distros are broken, cygwin perl works). If you do
14not rely on signal handlers you can force the installation of this module
15and the rest will likely work. Otherwise upgrading to a working perl is
16recommended.
17EOF
18 8
19print "ok 1\n"; 9print "ok 1\n";
20 10
21my $cv = AnyEvent->condvar; 11my $cv = AnyEvent->condvar;
22 12

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines