NAME

MooseY::RemoteHelper::MessagePart - Base class for a part of a message

VERSION

version 0.001021

SYNOPSIS

        use Moose;
        extends 'MooseY::RemoteHelper::MessagePart';

DESCRIPTION

This is mostly useful for auto importing extensions which are sane when dealing with remote APIs. Since I work with a lot of remote APIs I got tired of writing this class.

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/xenoterracide/moosex-remotehelper/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

Please see those modules/websites for more information related to this module.

AUTHOR

Caleb Cushing <xenoterracide@gmail.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Caleb Cushing.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)