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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Nick Morrott ]
  * Import upstream version 1.000006
  * Bump Standards-Version to 3.9.8 (no changes)
  * Bump debhelper version to 9
  * Slight reordering of short description

 -- Nick Morrott <email address hidden>  Sun, 20 Nov 2016 03:20:52 +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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsafe-isa-perl_1.000006-1.dsc 2.2 KiB 8618992270bd4ca420d7c18d6cd3b77dfad1e6e7a1bd2e375a36c589eb69203f
libsafe-isa-perl_1.000006.orig.tar.gz 5.1 KiB d044d7080700d00c36e404a4ad425b1ed588bc51fdaf744d16b083e07fdf16c5
libsafe-isa-perl_1.000006-1.debian.tar.xz 2.1 KiB b7010a80277b6fa900a557d592a3779d6bb0a430356a6d33fb0f15caa07397f0

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.