libref-util-perl 0.204-2 source package in Ubuntu

Changelog

libref-util-perl (0.204-2) 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).
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 07 Dec 2022 01:30:15 +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 main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libref-util-perl_0.204-2.dsc 2.1 KiB 7140bf59d8cb255b86320b2fc3f5277fdb658a955ce8c70adadb4c3b6af42407
libref-util-perl_0.204.orig.tar.gz 26.9 KiB 415fa73dbacf44f3d5d79c14888cc994562720ab468e6f71f91cd1f769f105e1
libref-util-perl_0.204-2.debian.tar.xz 2.6 KiB f4c7314049256c7c95c7bddbe638e2fba6f6f8f9cd7e4f9e88aeba545e0ddd4e

Available diffs

No changes file available.

Binary packages built by this source

libref-util-perl: set of utility functions for checking references

 Ref::Util introduces several functions to help identify references in a
 faster and smarter way. In short:
 .
  ref $foo eq 'ARRAY'
  # is now:
  is_arrayref($foo)