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.50 by root, Mon Mar 20 01:12:23 2006 UTC vs.
Revision 1.51 by root, Mon Mar 20 01:15:10 2006 UTC

469} 469}
470 470
471sub cache_file($$&&) { 471sub cache_file($$&&) {
472 my ($src, $cache, $load, $create) = @_; 472 my ($src, $cache, $load, $create) = @_;
473 473
474 warn "<@_>\n";#d#
475
476 my ($size, $mtime) = (stat $src)[7,9] 474 my ($size, $mtime) = (stat $src)[7,9]
477 or Carp::croak "$src: $!"; 475 or Carp::croak "$src: $!";
478 476
479 if (-e $cache) { 477 if (-e $cache) {
480 my $ref = eval { load_ref $cache }; 478 my $ref = eval { load_ref $cache };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines