libref-util-perl 0.203-1 source package in Ubuntu

Changelog

libref-util-perl (0.203-1) unstable; urgency=medium

  * Import upstream version 0.203.
  * Change architecture to all, this is pure perl now.
  * Split Build-Depends and Build-Depends-Indep.
  * Update Build-Depends-Indep and Recommends.
  * Update copyright/license information about third-party files.
  * Declare compliance with Debian Policy 4.1.1.

 -- gregor herrmann <email address hidden>  Tue, 21 Nov 2017 18:34:45 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libref-util-perl_0.203-1.dsc 2.2 KiB 6a8153c5656f2bdcd273416ab5af5fce8e3324379d4532dcb61acc8064218099
libref-util-perl_0.203.orig.tar.gz 26.3 KiB 6425ffd7ec0c1799086daf5b4e848211ca5d058bd75b7629dbab7b739dfb6dfb
libref-util-perl_0.203-1.debian.tar.xz 2.3 KiB 61c76c2167c85411e8af11b3997bd6956e9f94e5e8d17c171629c7fb2a35fca2

No changes file available.

Binary packages built by this source

libref-util-perl: set of utility functions for checking references

 Ref::Util introduces several functions to help identify references in a
 faster and smarter way. In short:
 .
  ref $foo eq 'ARRAY'
  # is now:
  is_arrayref($foo)