libio-capture-perl 0.05-3 source package in Ubuntu

Changelog

libio-capture-perl (0.05-3) unstable; urgency=low


  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

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

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

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

  [ Daniel Lintott ]
  * Convert package to short-format dh and compat 8
  * Refresh packaging with dh-make-perl refresh
    + Update debian/control
    + Migrate copyright to format 1.0
    + Migrate package to source format 3.0(quilt)
    + Add libio-capture-perl.docs
  * Add DEP-3 patch header to fix_pod_whatis_entry.patch

 -- Daniel Lintott <email address hidden>  Fri, 11 Apr 2014 20:58:03 +0100

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

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-capture-perl_0.05-3.dsc 2.1 KiB 8b599399ad4e382319305b83629a470124def5144c13a45822f2a5e5e69af441
libio-capture-perl_0.05.orig.tar.gz 13.9 KiB c2c15a254ca74fb8c57d25d7b6cbcaff77a3b4fb5695423f1f80bb423abffea9
libio-capture-perl_0.05-3.debian.tar.xz 2.7 KiB 25d84774b5f77998d6b019e8887aa145cc49039c72120fb610fd4f0e7e20745b

Available diffs

No changes file available.

Binary packages built by this source

libio-capture-perl: Abstract Base Class to build modules to capture output

 The IO::Capture Module defines an abstract base class that can be
 used to build modules that capture output being sent on a filehandle
 such as STDOUT or STDERR.
 .
 Several modules that come with the distribution do just that.
 I.e., Capture STDOUT and STDERR. Also see James Keenan's
 IO::Capture::Stdout::Extended on CPAN.
 .
 See IO::Capture::Overview for a
 discussion of these modules and examples of how to build a module to
 sub-class from IO::Capture yourself. If after reading the overview,
 you would like to build a class from IO::Capture, look here for
 details on the internals.