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

NAME

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

VERSION

version 0.09_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::UPS. 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.

AUTHORS

  • Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>

  • Sherzod B. Ruzmetov <sherzodr@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Net-a-porter.com.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.