blob: b8a146ad48862a6fe49c3441cb2ca5fee233f9c5 (
plain) (
tree)
|
|
package MooseX::Net::API;
use strict;
use warnings;
our $VERSION = '0.01';
1;
__END__
=head1 NAME
MooseX::Net::API -
=head1 SYNOPSIS
use MooseX::Net::API;
=head1 DESCRIPTION
MooseX::Net::API is
=head1 AUTHOR
franck cuny E<lt>franck.cuny@rtgi.frE<gt>
=head1 SEE ALSO
=head1 LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
|