libio-callback-perl 2.00-1 source package in Ubuntu

Changelog

libio-callback-perl (2.00-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Salvatore Bonaccorso ]
  * use salsa.debian.org in Vcs-* headers

  [ gregor herrmann ]
  * use MetaCPAN URIs (not search.cpan.org or www.cpan.org)
  * use secure GitHub URIs

  [ Debian Janitor ]
  * use secure copyright file specification URI
  * set upstream metadata fields:
    Bug-Database Bug-Submit Repository Repository-Browse

  [ Jonas Smedegaard ]
  * update watch file:
    + use file format 4
    + track only MetaCPAN URI
    + mention gbp --uscan in usage comment
    + use substitution strings
  * update git-buildpackage config: modernize, and avoid any .git* files
  * simplify rules;
    stop build-depend on devscripts dh-buildinfo cdbs
  * stop build-depend explicitly on perl:
    not called directly during build
  * use debhelper compatibility level 13 (not 10);
    build-depend on debhelper-compat (not debhelper)
  * annotate test-only build-dependencies
  * declare compliance with Debian Policy 4.6.0
  * set Rules-Requires-Root: no
  * relax to build-depend unversioned on libmodule-build-perl:
    required version satisfied in all supported Debian releases
  * update copyright info:
    + use License-Grant and Reference fields;
      add lintian overrides about Reference field
    + update coverage
  * use semantic newlines in long description and copyright fields

 -- Jonas Smedegaard <email address hidden>  Sun, 12 Sep 2021 15:33:24 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-callback-perl_2.00-1.dsc 2.2 KiB 665eb485415f0d84f5588d4107cc602feb07eae0ebcc517723a619f8b693dbf7
libio-callback-perl_2.00.orig.tar.gz 25.2 KiB d8cf39268e78ea05629dc69c1ccfa7b59dcc65c109fc0b119d5b0d620d21fadc
libio-callback-perl_2.00-1.debian.tar.xz 3.2 KiB b90ed3546b93c33b455380c51d6a7d7cc901aded7121a71e13d0a951637e727c

Available diffs

No changes file available.

Binary packages built by this source

libio-callback-perl: emulate file interface for a code reference

 IO::Callback provides an easy way to produce
 a phoney read-only filehandle that calls back to your own code
 when it needs data to satisfy a read.
 This is useful if you want to use a library module
 that expects to read data from a filehandle,
 but you want the data to come from some other source
 and you don't want to read it all into memory and use IO::String.