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

Comparing Coro/Coro/Debug.pm (file contents):
Revision 1.42 by root, Mon Dec 3 23:13:38 2007 UTC vs.
Revision 1.43 by root, Fri Dec 14 07:07:20 2007 UTC

4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 use Coro::Debug; 7 use Coro::Debug;
8 8
9 our $server = new_server Coro::Debug path => "/tmp/socketpath"; 9 our $server = new_unix_server Coro::Debug path => "/tmp/socketpath";
10 10
11 $ socat readline: unix:/tmp/socketpath 11 $ socat readline unix:/tmp/socketpath
12 12
13=head1 DESCRIPTION 13=head1 DESCRIPTION
14 14
15This module provides some debugging facilities. Most will, if not handled 15This module provides some debugging facilities. Most will, if not handled
16carefully, severely compromise the security of your program, so use it 16carefully, severely compromise the security of your program, so use it

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines