ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP/Kernel.pm
(Generate patch)

Comparing AnyEvent-MP/MP/Kernel.pm (file contents):
Revision 1.104 by root, Fri Mar 23 13:44:01 2012 UTC vs.
Revision 1.105 by root, Fri Mar 23 13:46:03 2012 UTC

361 if exists $LMON{$_[1]}; 361 if exists $LMON{$_[1]};
362} 362}
363 363
364sub _secure_check { 364sub _secure_check {
365 $SECURE 365 $SECURE
366 and die "secure mode caught remote execution attempt\n"; 366 and die "remote execution not allowed\n";
367} 367}
368 368
369our %NODE_REQ = ( 369our %NODE_REQ = (
370 # internal services 370 # internal services
371 371

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines