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.49 by root, Wed Sep 9 01:47:01 2009 UTC vs.
Revision 1.50 by root, Wed Sep 9 18:54:28 2009 UTC

585 snd @_, up_nodes; 585 snd @_, up_nodes;
586 }, 586 },
587 587
588 # random utilities 588 # random utilities
589 eval => sub { 589 eval => sub {
590 my @res = eval shift; 590 my @res = do { package main; eval shift };
591 snd @_, "$@", @res if @_; 591 snd @_, "$@", @res if @_;
592 }, 592 },
593 time => sub { 593 time => sub {
594 snd @_, AE::time; 594 snd @_, AE::time;
595 }, 595 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines