AC-DC

 view release on metacpan or  search on metacpan

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

# -*- perl -*-

# Copyright (c) 2010 AdCopy
# Author: Jeff Weisberg
# Created: 2010-May-13 17:06 (EDT)
# 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.

=head1 LICENSE

This software may be copied and distributed under the terms
found in the Perl "Artistic License".

A copy of the "Artistic License" may be found in the standard
Perl distribution.

=head1 BUGS

Too many to list here.

=head1 AUTHOR

    Jeff Weisberg - http://www.solvemedia.com/

=cut

1;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 4.504 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-48ebf85a1963 )