libreadonly-perl 2.000-2 source package in Ubuntu

Changelog

libreadonly-perl (2.000-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * debian/control: update Module::Build dependency.
  * Add debian/upstream/metadata
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.
  * Mark package as autopkgtest-able.

 -- gregor herrmann <email address hidden>  Fri, 29 May 2015 22:48:48 +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
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libreadonly-perl_2.000-2.dsc 2.2 KiB 4d44bc7bb8f10294128c073781ad8a94df6430294fab63f18bdfb86cad7ca5a8
libreadonly-perl_2.000.orig.tar.gz 23.1 KiB 9bd0156e958842fdfd6c3bb27a23b47232d4737a407d81fabc4dc64b9363bf98
libreadonly-perl_2.000-2.debian.tar.xz 2.8 KiB ec40bb8463683a6f93e0b2a93383060b70272288e373d24e18d9ebbd901efb12

Available diffs

No changes file available.

Binary packages built by this source

libreadonly-perl: facility for creating read-only scalars, arrays and hashes

 Readonly is a facility for creating non-modifiable variables.
 This is useful for configuration files, headers, etc.
 It can also be useful as a development and debugging tool, for catching
 updates to variables that should not be changed.