Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Net::Async::Webservice::DHL::SyncAgentWrapper - minimal wrapper to adapt a sync UA
VERSION
version 0.01_1
DESCRIPTION
An instance of this class will be automatically created if you pass a LWP::UserAgent (or something that looks like it) to the constructor for Net::Async::Webservice::DHL. You should probably not care about it.
ATTRIBUTES
ua
The actual user agent instance.
METHODS
do_request
Delegates to $self->ua->request
, and returns an immediate Future.
POST
Empty method, here just to help with duck-type detection.
AUTHOR
Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Net-a-porter.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.