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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libdata-yaml-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 19:46:09 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-yaml-perl_0.0.7-3.dsc 2.0 KiB 795f16190d1011bc5a5f5d24198eab5d790c47ee0bf3b020de3f8d49425e7b87
libdata-yaml-perl_0.0.7.orig.tar.gz 12.6 KiB b82b53f5e5164cb7938cc3105a0ccaefb4fadcbf07d75ebb3578df9e2026deba
libdata-yaml-perl_0.0.7-3.debian.tar.xz 2.1 KiB 93cde5b813598989b43ba237b485dfe9f027ff357303a5a70d83f62bb16bff0f

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.