libfile-dropbox-perl 0.7-2 source package in Ubuntu

Changelog

libfile-dropbox-perl (0.7-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 22:10:04 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-dropbox-perl_0.7-2.dsc 2.2 KiB 503f7532b78e2d4d30fd6b31afaa2502a3a6ad42525d06fad59e9841e4e8a6d3
libfile-dropbox-perl_0.7.orig.tar.gz 22.0 KiB e305ab5b78991a76eb9ff5575faf0dba53bd2acbcc11f35ab2471ab535fc37d4
libfile-dropbox-perl_0.7-2.debian.tar.xz 2.7 KiB 6ef9277059423615fe7e9a3b7350a17adea0d234464a9b4059accf15530f159d

Available diffs

No changes file available.

Binary packages built by this source

libfile-dropbox-perl: convenient and fast Dropbox API abstraction

 File::Dropbox provides high-level Dropbox API abstraction based on
 Tie::Handle. Code required to get access_token and access_secret for
 signed OAuth 1.0 requests or access_token for OAuth 2.0 requests is
 not included in this module. To get app_key and app_secret you need
 to register your application with Dropbox.
 .
 At this moment Dropbox API is not fully supported, File::Dropbox
 covers file read/write and directory listing methods. If you need full
 API support take look at WebService::Dropbox. File::Dropbox main
 purpose is not 100% API coverage, but simple and high-performance
 file operations.