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

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