libtest-synopsis-perl 0.14-1 source package in Ubuntu

Changelog

libtest-synopsis-perl (0.14-1) unstable; urgency=medium

  * debian/control: Use HTTPS transport protocol for Vcs-Git URI
  * Import upstream version 0.14
  * Declare compliance with Debian policy 3.9.7

 -- Salvatore Bonaccorso <email address hidden>  Wed, 17 Feb 2016 17:11:53 +0100

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-synopsis-perl_0.14-1.dsc 2.1 KiB 40a5d0a411ec4d45b25edeca0fa06af154bb6265cc4b002166dc7a2d55371762
libtest-synopsis-perl_0.14.orig.tar.gz 24.4 KiB 6283d166a8379d237c37ca707d38d8c1153593feb211a53dfc4010e044f427fd
libtest-synopsis-perl_0.14-1.debian.tar.xz 2.5 KiB 31767e46a71d39b3a9970231b94b0ee95a361fb5d59824ea5c43524238efdc0b

Available diffs

No changes file available.

Binary packages built by this source

libtest-synopsis-perl: Perl module to test SYNOPSIS code in PODs

 Test::Synopsis is an (author) test module to find .pm or .pod files
 under your lib directory and then make sure the example snippet code in
 your SYNOPSIS section passes the perl compile check.
 .
 Note that this module only checks the perl syntax (by wrapping the code
 with sub) and doesn't actually run the code.