libcgi-validop-perl 0.56-2 source package in Ubuntu

Changelog

libcgi-validop-perl (0.56-2) unstable; urgency=low

  * Team upload.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

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

  [ gregor herrmann ]
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Switch to source format "3.0 (quilt)".
  * Add explicit (build) dependency on libcgi-pm-perl.
  * Update license stanzas in debian/copyright.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Sat, 13 Jun 2015 12:52:42 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low 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
libcgi-validop-perl_0.56-2.dsc 2.3 KiB 870c0381f635750177bac0e0fdccbf795bef03005c409e96d22ddeb88a35a443
libcgi-validop-perl_0.56.orig.tar.gz 66.8 KiB 716f7349c83f04b162630fc3091d6b9e9f1e6d84e1d60196bf1fbb4beb1fb86a
libcgi-validop-perl_0.56-2.debian.tar.xz 2.1 KiB 01446ac5d657a7a00932e33e3c98544d53138576bb0bb8b05f7e2bfaef5f483c

Available diffs

No changes file available.

Binary packages built by this source

libcgi-validop-perl: module for validating CGI parameters

 CGI::ValidOp is a Perl module that validates CGI parameters and manages run
 modes. Because CGI parameter validation is boring, it's easy to get wrong or
 ignore. It removes as much of the repetition as possible out of this task by
 replacing it with a simple interface.