libtime-duration-parse-perl 0.16-1 source package in Ubuntu

Changelog

libtime-duration-parse-perl (0.16-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.

  [ intrigeri ]
  * Import new upstream release.
  * Drop obsolete build and runtime dependency on libexporter-lite-perl
  * Declare dependency with policy 4.5.1
  * Annotate test-only build-dependencies with <!nocheck>
  * Bump debhelper-compat to 13
  * Declare Rules-Requires-Root: no

 -- intrigeri <email address hidden>  Fri, 03 Sep 2021 08:55:11 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtime-duration-parse-perl_0.16-1.dsc 1.8 KiB fa3433069be9871402c7e72aa5a8ae70ff19d503c6b522e6fd9f7bcf79a6c871
libtime-duration-parse-perl_0.16.orig.tar.gz 11.5 KiB 1084a6463ee2790f99215bd76b135ca45afe2bfa6998fa6fd5470b69e1babc12
libtime-duration-parse-perl_0.16-1.debian.tar.xz 2.7 KiB 3a9f3f8bd3aa4c5e6f6572c4933cfa86f3608fce6060ccab17e85a88d9b1063f

Available diffs

No changes file available.

Binary packages built by this source

libtime-duration-parse-perl: module to parse a string that represents a time duration

 Time::Duration::Parse is a module to parse human readable duration
 strings like 2 minutes and 3 seconds to seconds.
 .
 parse_duration '6 Minutes and 3 seconds' == 363 ;