The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=head1 NAME

DynGig::Multiplex - A collection of multiplex modules

=cut
package DynGig::Multiplex;

=head1 VERSION

Version 1.03

=cut
our $VERSION = '1.03';

=head1 MODULES

=head2 DynGig::Multiplex::CMD 

Multiplexed Fork Client

=head2 DynGig::Multiplex::TCP 

Multiplexed TCP Client

=head1 AUTHOR

Kan Liu

=head1 COPYRIGHT and LICENSE

Copyright (c) 2010. Kan Liu

This program is free software; you may redistribute it and/or modify
it under the same terms as Perl itself.

=cut

1;

__END__