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

Comparing AnyEvent-MP/MP.pm (file contents):
Revision 1.43 by root, Sun Aug 9 16:08:16 2009 UTC vs.
Revision 1.44 by root, Wed Aug 12 21:39:58 2009 UTC

105 105
106=cut 106=cut
107 107
108package AnyEvent::MP; 108package AnyEvent::MP;
109 109
110use AnyEvent::MP::Base; 110use AnyEvent::MP::Kernel;
111 111
112use common::sense; 112use common::sense;
113 113
114use Carp (); 114use Carp ();
115 115
116use AE (); 116use AE ();
117 117
118use base "Exporter"; 118use base "Exporter";
119 119
120our $VERSION = $AnyEvent::MP::Base::VERSION; 120our $VERSION = $AnyEvent::MP::Kernel::VERSION;
121 121
122our @EXPORT = qw( 122our @EXPORT = qw(
123 NODE $NODE *SELF node_of _any_ 123 NODE $NODE *SELF node_of _any_
124 resolve_node initialise_node 124 resolve_node initialise_node
125 snd rcv mon kil reg psub spawn 125 snd rcv mon kil reg psub spawn

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines