The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Async::Webservice::DHL::SyncAgentWrapper - minimal wrapper to adapt a sync UA

VERSION

version 0.01_3

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.