diff options
author | franck cuny <franck@lumberjaph.net> | 2009-11-23 14:54:26 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2009-11-23 14:54:26 +0100 |
commit | 13e5ddefc45cecea0e7f025ed68db0b96250a877 (patch) | |
tree | 48c22e8fede83196edd16787a9de970b0d0e2775 /lib/MooseX | |
download | moosex-net-api-13e5ddefc45cecea0e7f025ed68db0b96250a877.tar.gz |
initial commit
Diffstat (limited to '')
-rw-r--r-- | lib/MooseX/Net/API.pm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm new file mode 100644 index 0000000..b8a146a --- /dev/null +++ b/lib/MooseX/Net/API.pm @@ -0,0 +1,33 @@ +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 |