libtwitter-api-perl 1.0006-1 source package in Ubuntu

Changelog

libtwitter-api-perl (1.0006-1) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Remove constraints unnecessary since buster:
    + Build-Depends-Indep: Drop versioned constraint on
      libscalar-list-utils-perl and perl.
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Import upstream version 1.0006.
  * Update years of upstream and packaging copyright.
  * Update alternative build dependencies.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sat, 11 Sep 2021 13:51:07 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtwitter-api-perl_1.0006-1.dsc 3.1 KiB 1ce97599d0cac5700b4fb1edc2a0413cebd1f2d61a28042f3e7be0407abe0856
libtwitter-api-perl_1.0006.orig.tar.gz 54.6 KiB 6dfdc7efa9cf2cabbe3cc4d19a04eb915d485fe8a83d5fde7c3b73046e9d0591
libtwitter-api-perl_1.0006-1.debian.tar.xz 2.6 KiB 6360e0f1a993f071dd11391aa97b1b8c0aa6ee8f69d9278800d0eaa0c482966a

Available diffs

No changes file available.

Binary packages built by this source

libtwitter-api-perl: Twitter REST API library for Perl

 Twitter::API provides an interface to the Twitter REST API for perl.
 .
 Features:
 .
  * full support for all Twitter REST API endpoints
  * not dependent on a new distribution for new endpoint support
  * optionally specify access tokens per API call
  * error handling via an exception object that captures the full
    request/response context
  * full support for OAuth handshake and Xauth authentication
 .
 Additional features are available via optional traits:
 .
  * convenient methods for API endpoints with simplified argument
    handling via ApiMethods
  * normalized booleans (Twitter likes 'true' and 'false', except when
    it doesn't) via NormalizeBooleans
  * automatic decoding of HTML entities via DecodeHtmlEntities
  * automatic retry on transient errors via RetryOnError
  * "the whole enchilada" combines all the above traits via Enchilada
  * app-only (OAuth2) support via AppAuth
  * automatic rate limiting via RateLimiting