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.20 by root, Thu Feb 23 01:35:35 2006 UTC vs.
Revision 1.21 by root, Thu Feb 23 01:55:29 2006 UTC

12 12
13use base 'Exporter'; 13use base 'Exporter';
14 14
15use Carp (); 15use Carp ();
16use Storable; 16use Storable;
17use File::Spec;
17use List::Util qw(min max); 18use List::Util qw(min max);
18 19
19#XXX: The map_* procedures scream for a map-object 20#XXX: The map_* procedures scream for a map-object
20 21
21our @EXPORT = 22our @EXPORT =
377# return(edit_type); 378# return(edit_type);
378# 379#
379# 380#
380} 381}
381 382
382$CACHEDIR ||= "$ENV{HOME}/.crossfire"; 383$CACHEDIR ||= $ENV{HOME} ? "$ENV{HOME}/.crossfire" : File::Spec->tmpdir;
383 384
384init $CACHEDIR; 385init $CACHEDIR;
385 386
386=head1 AUTHOR 387=head1 AUTHOR
387 388

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines