ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork/Fork/Util.pm
Revision: 1.4
Committed: Sat Jun 20 13:16:50 2015 UTC (8 years, 11 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
State: FILE REMOVED
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 =head1 NAME
2    
3 root 1.2 AnyEvent::Fork::Util - internal module
4 root 1.1
5     =head1 SYNOPSIS
6    
7     # none
8    
9     =head1 DESCRIPTION
10    
11 root 1.2 This module implements utility functions for L<AnyEvent::Fork>. It has no
12 root 1.1 user-servicable parts inside.
13    
14     =cut
15    
16 root 1.2 package AnyEvent::Fork::Util;
17 root 1.1
18     BEGIN {
19 root 1.3 our $VERSION = '0.01';
20 root 1.1
21     require XSLoader;
22 root 1.2 XSLoader::load ("AnyEvent::Fork", $VERSION);
23 root 1.1 }
24    
25     =head1 AUTHOR
26    
27     Marc Lehmann <schmorp@schmorp.de>
28     http://home.schmorp.de/
29    
30     =cut
31    
32     1
33