=head1 NAME AnyEvent::MP - multi-processing/message-passing framework =head1 SYNOPSIS use AnyEvent::MP; =head1 DESCRIPTION =cut package AnyEvent::MP; use common::sense; use AE (); our $VERSION = '0.0'; sub nonce($) { my $nonce; if (open my $fh, ". =head1 AUTHOR Marc Lehmann http://home.schmorp.de/ =cut 1