libsafe-isa-perl 1.000010-1 source package in Ubuntu

Changelog

libsafe-isa-perl (1.000010-1) unstable; urgency=medium

  * Team upload.

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Import upstream version 1.000010.
  * Update debian/upstream/metadata.
  * Update upstream contact in debian/copyright.
  * Declare compliance with Debian Policy 4.1.4.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Sun, 06 May 2018 19:18:30 +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
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsafe-isa-perl_1.000010-1.dsc 2.2 KiB f1d6c5ea62e70791537af07bbbaa6092df338fa622a78d89176e4f0b5f25ba99
libsafe-isa-perl_1.000010.orig.tar.gz 6.4 KiB 87f4148aa0ff1d5e652723322eab7dafa3801c967d6f91ac9147a3c467b8a66a
libsafe-isa-perl_1.000010-1.debian.tar.xz 2.2 KiB 124f61b77cb8e0483f9cadd99d6029bb6dab506581167005b0037d5c52932028

Available diffs

No changes file available.

Binary packages built by this source

libsafe-isa-perl: module for safely calling isa and friends on things that may not be objects

 Since Perl allows providing a subroutine reference, or a method name, to
 the -> operator (when used as a method call) and a subroutine doesn't require
 the invocant to actually be an object, Safe::Isa can be used to create safe
 versions of isa, can, does and DOES by using a subroutine reference that
 only tries to call the method if it's actually used on an object.