libdatetimex-auto-perl 0.009-2 source package in Ubuntu

Changelog

libdatetimex-auto-perl (0.009-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Update standards version to 4.4.1, no changes needed.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 14:39:51 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetimex-auto-perl_0.009-2.dsc 2.2 KiB b23b7114d6b920c09361d0ce4ba458f2d9aa907348732c0dd503a5f2bea81230
libdatetimex-auto-perl_0.009.orig.tar.gz 18.0 KiB d21720bab08573f57651c597760b21f2388b15e654b8a2ed18d6a07c89cfdbdc
libdatetimex-auto-perl_0.009-2.debian.tar.xz 3.5 KiB e8b5b859ed68894726418accc97c8b2a8b505514911d9431ca1524cd584ade2b

Available diffs

No changes file available.

Binary packages built by this source

libdatetimex-auto-perl: use DateTime without needing to call constructors

 DateTime is awesome,
 but constructing `DateTime` objects can be annoying.
 You often need to use one of the formatter modules,
 or call 'DateTime->new()' with a bunch of values.
 If you've got a bunch of constant dates in your code,
 then DateTimeX::Auto makes all this a bit simpler.