libmatch-simple-perl 0.010-1 source package in Ubuntu

Changelog

libmatch-simple-perl (0.010-1) unstable; urgency=medium

  [ upstream ]
  * New release.
    + Fix for arrays of scalars.

  [ Jonas Smedegaard ]
  * Update watch file:
    + Bump to version 4.
    + Track MetaCPAN URL.
    + Mention gbp import-orig --uscan in usage comment.
    + Tighten version regex.
  * Update git-buildpage config: Filter any .git* file.
  * Modernize Vcs-* fields:
    + Use https protocol.
    + Use git subdir (not cgit).
    + Add .git suffix for Vcs-Git URL.
  * Declare compliance with Debian Policy 3.9.8.
  * Stop override lintian for
    package-needs-versioned-debhelper-build-depends: Fixed in lintian.
  * Update copyright info:
    + Extend coverage of Debian packaging.
    + Extend coverage for main upstream author.
  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).

 -- Jonas Smedegaard <email address hidden>  Wed, 01 Feb 2017 04:14:48 +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
Focal release universe misc
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmatch-simple-perl_0.010-1.dsc 2.2 KiB a5b4b294df46a1d73c4a6c5c42ae49ad2a3a63ace531cea5966a6b1b5adb4c9f
libmatch-simple-perl_0.010.orig.tar.gz 21.1 KiB 8ad6014d4e40240dc3358fbdc907fd39926551c180b3a4279f8da181f17f76cb
libmatch-simple-perl_0.010-1.debian.tar.xz 4.3 KiB df33d9947fcd1ef6983b2296c707df92dd20c0badfbeb71be5ee39c49de2fc5e

Available diffs

No changes file available.

Binary packages built by this source

libmatch-simple-perl: simplified clone of smartmatch operator

 match::simple provides a simple match operator "|M|" that acts like a
 sane subset of the (as of Perl 5.18) deprecated smart match operator.
 Unlike smart match, the behaviour of the match is determined entirely
 by the operand on the right hand side.