ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf/match.pm
(Generate patch)

Comparing deliantra/server/lib/cf/match.pm (file contents):
Revision 1.5 by root, Sat Oct 10 05:32:48 2009 UTC vs.
Revision 1.6 by root, Sat Oct 10 05:33:08 2009 UTC

487 } 487 }
488 488
489 $res 489 $res
490} 490}
491 491
492if (1) { 492if (0) {
493 my $perl = parse '{ {1}}', 0; 493 my $perl = parse '{ {1}}', 0;
494 494
495 warn $perl, "\n";#d# 495 warn $perl, "\n";#d#
496 $perl = eval "no warnings; no feature; sub { $perl }"; die if $@; 496 $perl = eval "no warnings; no feature; sub { $perl }"; die if $@;
497 use B::Deparse; 497 use B::Deparse;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines