libdata-visitor-perl 0.32-1 source package in Ubuntu

Changelog

libdata-visitor-perl (0.32-1) unstable; urgency=medium

  [ Jenkins ]
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.32.
  * Update years of upstream and packaging copyright.
  * Update test and runtime dependencies.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Thu, 28 Sep 2023 23:49:59 +0200

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-visitor-perl_0.32-1.dsc 2.6 KiB 8d1ec41bcb8999bacba38098eeeef4d0bbb5ce284021ca8ac26b38a13a2e020f
libdata-visitor-perl_0.32.orig.tar.gz 38.4 KiB b194290f257cc6275a039374111554c666a1650e4c01ad799c1e0a277f47917d
libdata-visitor-perl_0.32-1.debian.tar.xz 4.2 KiB d4785668db5811fcf8a03a403644202c4f258ad38e125e4b94b81b0b0fbd39fb

Available diffs

No changes file available.

Binary packages built by this source

libdata-visitor-perl: Visitor implementation for Perl data structures

 Data::Visitor is a simple visitor implementation for Perl data structures. It
 has a main dispatcher method, visit, which takes a single Perl value and then
 calls the methods appropriate for that value.