1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
---
abstract: 'Perl interface to Dropbox API'
author:
- 'Shinichiro Aska'
build_requires:
Test::More: '1.302085'
configure_requires:
Module::Build: '0'
Module::Build::Tiny: '0.035'
dynamic_config: 0
generated_by: 'Minilla/v3.1.12, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: WebService-Dropbox
no_index:
directory:
- t
- xt
- inc
- share
- eg
- examples
- author
- builder
provides:
WebService::Dropbox:
file: lib/WebService/Dropbox.pm
version: '2.09'
WebService::Dropbox::Auth:
file: lib/WebService/Dropbox/Auth.pm
WebService::Dropbox::Files:
file: lib/WebService/Dropbox/Files.pm
WebService::Dropbox::Files::CopyReference:
file: lib/WebService/Dropbox/Files/CopyReference.pm
WebService::Dropbox::Files::ListFolder:
file: lib/WebService/Dropbox/Files/ListFolder.pm
WebService::Dropbox::Files::UploadSession:
file: lib/WebService/Dropbox/Files/UploadSession.pm
WebService::Dropbox::Sharing:
file: lib/WebService/Dropbox/Sharing.pm
WebService::Dropbox::TokenFromOAuth1:
file: lib/WebService/Dropbox/TokenFromOAuth1.pm
WebService::Dropbox::Users:
file: lib/WebService/Dropbox/Users.pm
recommends:
Furl: '3.11'
IO::Socket::SSL: '2.048'
JSON::XS: '3.03'
Software::License: '0'
requires:
HTTP::Message: '6.11'
JSON: '2.94'
LWP::Protocol::https: '6.07'
LWP::UserAgent: '6.26'
URI: '1.71'
perl: '5.008001'
resources:
bugtracker: https://github.com/s-aska/p5-WebService-Dropbox/issues
homepage: https://github.com/s-aska/p5-WebService-Dropbox
repository: git://github.com/s-aska/p5-WebService-Dropbox.git
version: '2.09'
x_authority: cpan:ASKADNA
x_contributors:
- 'Dondi Michael Stroma <dstroma@gmail.com>'
- 'Fuji, Goro <g.psy.va@gmail.com>'
- 'Greg Youngblood <47649208+softwrx@users.noreply.github.com>'
- 'Rostislav Georgiev <pisaro@mail.bg>'
- 'Shinichiro Aska <s.aska.org@gmail.com>'
- 'aska <aska@linecorp.com>'
- 'aska <aska@nl-plus.com>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_static_install: 1
|