——package
Net::Async::OAuth;
# ABSTRACT: Basic OAuth support for async code
use
strict;
use
warnings;
our
$VERSION
=
'0.001'
;
=head1 NAME
Net::Async::OAuth - oauth handling
=head1 VERSION
version 0.001
=head1 DESCRIPTION
See L<Net::Async::OAuth::Client>.
=cut
1;
=head1 AUTHOR
Tom Molesworth <TEAM
@cpan
.org>
=head1 LICENSE
Copyright Tom Molesworth 2014-2017. Licensed under the same terms as Perl itself.