libdata-yaml-perl 0.0.7-2 source package in Ubuntu

Changelog

libdata-yaml-perl (0.0.7-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 07:50:10 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-yaml-perl_0.0.7-2.dsc 2.0 KiB d3fa65190706f1b20719e8ab284f73224f2e3bce3998353ca5de5310ed2089d4
libdata-yaml-perl_0.0.7.orig.tar.gz 12.6 KiB b82b53f5e5164cb7938cc3105a0ccaefb4fadcbf07d75ebb3578df9e2026deba
libdata-yaml-perl_0.0.7-2.debian.tar.xz 2.1 KiB 6dc30d429d743b1d32558ef3dda7052283289f81ac8c2f27a9b6fb41ce1ceeb8

Available diffs

No changes file available.

Binary packages built by this source

libdata-yaml-perl: Easy YAML serialisation of Perl data structures

 In the spirit of YAML::Tiny, Data::YAML::Reader and Data::YAML::Writer
 provide lightweight, dependency-free YAML handling. While YAML::Tiny is
 designed principally for working with configuration files Data::YAML
 concentrates on the transparent round-tripping of YAML serialized Perl data
 structures.
 .
 As an example of why this distinction matters consider that YAML::Tiny
 doesn't handle hashes with keys containing non-printable characters. This is
 fine for configuration files but likely to cause problems when handling
 arbitrary Perl data structures. Data::YAML handles exotic hash keys
 correctly.
 .
 The syntax accepted by Data::YAML is a subset of YAML. Specifically it is the
 same subset of YAML that Data::YAML::Writer produces. See Data::YAML for more
 information.