libdata-peek-perl 0.52-1 source package in Ubuntu

Changelog

libdata-peek-perl (0.52-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on libtest-simple-perl.

  [ gregor herrmann ]
  * Import upstream version 0.51.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.
  * Update lintian override (changed output format).

  * Import upstream version 0.52.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Fri, 06 Jan 2023 18:07:29 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libdata-peek-perl_0.52-1.dsc 2.4 KiB 9de0f3b307795c6b28ac782e79866b8514b3c7f97c01e4cc7fe400da3e6aff79
libdata-peek-perl_0.52.orig.tar.gz 137.8 KiB 6b78ae513c068bd1ed629d08531283c12a9888f61e96ffbdf166d6ab51e277d0
libdata-peek-perl_0.52-1.debian.tar.xz 4.3 KiB c0f3d5ef5d05c713ff322d9947c3e52d712ed524ac086dba5c9e16c82ff4b128

No changes file available.

Binary packages built by this source

libdata-peek-perl: module providing low-level manipulation of Perl data

 Data::Peek is a module that allows for low-level manipulation of Perl data
 structures, particularly for displaying the internal representation of given
 Perl variables.
 .
 In particular, it allows one to look at a scalar value to determine whether it
 contains a string (PV), integer (IV or UV) or floating point number (NV); the
 reference count of that scalar (REFCOUNT) and other flags (such as whether the
 string is UTF-8).
 .
 This module can also create triple variables, which are similar to the dual
 variables provided by Scalar::Util - they have two or three values, and the
 value which is returned depends on the context in which it is used.

libdata-peek-perl-dbgsym: debug symbols for libdata-peek-perl