ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/t/14_load.t
(Generate patch)

Comparing Coro/t/14_load.t (file contents):
Revision 1.1 by root, Sun May 25 05:00:03 2008 UTC vs.
Revision 1.2 by root, Thu May 29 18:05:53 2008 UTC

1BEGIN { $| = 1; print "1..18\n"; } 1BEGIN { $| = 1; print "1..16\n"; }
2 2
3my $idx; 3my $idx;
4 4
5for my $module (qw( 5for my $module (qw(
6 Coro 6 Coro
12 Coro::Specific 12 Coro::Specific
13 Coro::RWLock 13 Coro::RWLock
14 Coro::MakeMaker 14 Coro::MakeMaker
15 Coro::Debug 15 Coro::Debug
16 Coro::Util 16 Coro::Util
17 Coro::LWP
18 Coro::Select
19 Coro::Handle 17 Coro::Handle
20 Coro::Socket 18 Coro::Socket
21 Coro::Timer 19 Coro::Timer
22 Coro::Storable 20 Coro::Storable
23 Coro::AnyEvent 21 Coro::AnyEvent

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines