libclass-returnvalue-perl 0.55-4 source package in Ubuntu

Changelog

libclass-returnvalue-perl (0.55-4) unstable; urgency=medium

  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Annotate test-only build dependencies with <!nocheck>.
  * rewrite debian/copyright to machine-readable format
  * apply patch from upstream ticked fixing POD errors
  * add patch fixing two spelling mistakes in the documentation

 -- Damyan Ivanov <email address hidden>  Sun, 26 Jun 2022 19:04:54 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-returnvalue-perl_0.55-4.dsc 2.3 KiB 3b5b66bb942056bac7f7b8173b47eef640723a4cf88113587797c5ec29fada5e
libclass-returnvalue-perl_0.55.orig.tar.gz 14.0 KiB ed3836885d78f734ccd7a98550ec422a616df7c31310c1b7b1f6459f5fb0e4bd
libclass-returnvalue-perl_0.55-4.debian.tar.xz 3.8 KiB 33e2a5136a36388e289ef211de7d334e35e50dd33ce0155351ac81f40103dbe2

Available diffs

No changes file available.

Binary packages built by this source

libclass-returnvalue-perl: return-value object that can be treated as boolean, array or object

 Class::ReturnValue is a "clever" return value object that can allow
 code calling your routine to expect:
 a boolean value (did it fail)
 or a list (what are the return values)