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

Comparing deliantra/Deliantra/Deliantra.pm (file contents):
Revision 1.5 by root, Sun Feb 5 00:25:33 2006 UTC vs.
Revision 1.6 by elmex, Sun Feb 5 00:28:09 2006 UTC

5=cut 5=cut
6 6
7package Crossfire; 7package Crossfire;
8 8
9our $VERSION = '0.1'; 9our $VERSION = '0.1';
10use base 'Exporter';
11our @EXPORT = qw(read_pak read_arch arch2map);
10 12
11use strict; 13use strict;
12 14
13use Storable; 15use Storable;
14 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines