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

Comparing AnyEvent/t/10_loadall.t (file contents):
Revision 1.1 by root, Fri Aug 19 19:59:53 2011 UTC vs.
Revision 1.2 by root, Tue Mar 27 23:47:57 2012 UTC

1$| = 1; 1$| = 1;
2 2
3print "1..20\n"; 3print "1..24\n";
4 4
5my $i = 0; 5my $i = 0;
6for (qw( 6for (qw(
7 AnyEvent 7 AnyEvent
8 AnyEvent::Util 8 AnyEvent::Util
12 AnyEvent::Strict 12 AnyEvent::Strict
13 AnyEvent::Debug 13 AnyEvent::Debug
14 AnyEvent::Handle 14 AnyEvent::Handle
15 AnyEvent::Log 15 AnyEvent::Log
16 AnyEvent::Impl::Perl 16 AnyEvent::Impl::Perl
17 AnyEvent::IO::Perl
18 AnyEvent::IO
17)) { 19)) {
18 print +(eval "require $_" ) ? "" : "not ", "ok ", ++$i, " # $_ require $@\n"; 20 print +(eval "require $_" ) ? "" : "not ", "ok ", ++$i, " # $_ require $@\n";
19 print +(eval "import $_; 1") ? "" : "not ", "ok ", ++$i, " # $_ import $@\n"; 21 print +(eval "import $_; 1") ? "" : "not ", "ok ", ++$i, " # $_ import $@\n";
20} 22}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines