| MooseX-Net-API documentation | Contained in the MooseX-Net-API distribution. |
MooseX::Net::API - Easily create client for net API (DEPRECATED)
version 0.12
DEPRECATED
THIS MODULE IS BEING DEPRECATED IN FAVOUR OF Net::HTTP::API.
franck cuny <franck@lumberjaph.net>
This software is copyright (c) 2010 by linkfluence.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| MooseX-Net-API documentation | Contained in the MooseX-Net-API distribution. |
package MooseX::Net::API; BEGIN { $MooseX::Net::API::VERSION = '0.12'; } # ABSTRACT: Easily create client for net API (DEPRECATED) warn "The MooseX::Net::API module is being deprecated in favour of Net::HTTP::API. Please don't use it."; use base 'Net::HTTP::API'; 1; __END__