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.4 by root, Sat Oct 10 05:24:54 2009 UTC vs.
Revision 1.5 by root, Sat Oct 10 05:32:48 2009 UTC

487 } 487 }
488 488
489 $res 489 $res
490} 490}
491 491
492if (0) { 492if (1) {
493 my $perl = parse 'flag(SEE_IN_DARK) in inv', 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;
498 warn B::Deparse->new->coderef2text ($perl); 498 warn B::Deparse->new->coderef2text ($perl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines