ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Log.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Log.pm (file contents):
Revision 1.52 by root, Thu Mar 22 19:27:30 2012 UTC vs.
Revision 1.53 by root, Tue Mar 27 16:21:11 2012 UTC

1292 if (/\G(.+)/g) { 1292 if (/\G(.+)/g) {
1293 die "PERL_ANYEVENT_LOG ($spec): parse error at '$1'\n"; 1293 die "PERL_ANYEVENT_LOG ($spec): parse error at '$1'\n";
1294 } 1294 }
1295} 1295}
1296 1296
12971;
1298
1299=head1 EXAMPLES 1297=head1 EXAMPLES
1300 1298
1301This section shows some common configurations, both as code, and as 1299This section shows some common configurations, both as code, and as
1302C<PERL_ANYEVENT_LOG> string. 1300C<PERL_ANYEVENT_LOG> string.
1303 1301
1383 Marc Lehmann <schmorp@schmorp.de> 1381 Marc Lehmann <schmorp@schmorp.de>
1384 http://home.schmorp.de/ 1382 http://home.schmorp.de/
1385 1383
1386=cut 1384=cut
1387 1385
13861
1387

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines