ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Log.pm
Revision: 1.1
Committed: Mon Aug 15 23:21:09 2011 UTC (12 years, 9 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 =head1 NAME
2    
3     AnyEvent::Log - simple logging "framework"
4    
5     =head1 SYNOPSIS
6    
7     use AnyEvent::Log;
8    
9     =head1 DESCRIPTION
10    
11     =head1 FUNCTIONS
12    
13     =over 4
14    
15     =cut
16    
17     package AnyEvent::Log;
18    
19     use POSIX ();
20    
21     use AnyEvent (); BEGIN { AnyEvent::common_sense }
22    
23     1;
24    
25     =back
26    
27     =head1 AUTHOR
28    
29     Marc Lehmann <schmorp@schmorp.de>
30     http://home.schmorp.de/
31    
32     =cut