AC-DC

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

--- #YAML:1.0
name:               AC-DC
version:            1.1
abstract:           Asynchronous IO Framework. plus.
author:
    - AdCopy <http://www.adcopy.com>
license:            perl
distribution_type:  module
configure_requires:
    ExtUtils::MakeMaker:  0
requires:
    Digest::SHA1:        0
    MIME::Base64:        0
    POSIX:               0

lib/AC/DC.pm  view on Meta::CPAN

# Function: documentation
#
# $Id$

package AC::DC;
use strict;
our $VERSION = 1.1;

=head1 NAME

AC::DC - Asynchronous IO Framework. plus.

=head1 SYNOPSIS

    use AC::DC::IO;

    ...

=head1 USAGE

Copy + Paste from the example code into your own code.



( run in 0.279 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )