ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC.pm
Revision: 1.1
Committed: Thu Apr 6 15:30:09 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 =head1 NAME
2    
3     Crossfire::Client - undocumented utility garbage for our crossfire client
4    
5     =head1 SYNOPSIS
6    
7     use Crossfire::Client;
8    
9     =head1 DESCRIPTION
10    
11     =over 4
12    
13     =cut
14    
15     package Crossfire::Client;
16    
17     BEGIN {
18     $VERSION = '0.1';
19     @ISA = qw(Exporter);
20    
21     require XSLoader;
22     XSLoader::load "Crossfire::Client", $VERSION;
23     }
24    
25     1;
26    
27     =back
28    
29     =head1 AUTHOR
30    
31     Marc Lehmann <schmorp@schmorp.de>
32     http://home.schmorp.de/
33    
34     =cut
35