libyaml-perl 1.21-1 source package in Ubuntu

Changelog

libyaml-perl (1.21-1) unstable; urgency=medium

  * Import upstream version 1.21.

 -- gregor herrmann <email address hidden>  Sun, 25 Dec 2016 20:33:24 +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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libyaml-perl_1.21-1.dsc 2.2 KiB 171f6808d15590f8fd59455cf689208a8fd9caed3ba0d68ebc2932f854cfa3c3
libyaml-perl_1.21.orig.tar.gz 81.0 KiB 2e29de56102bcfeb13c5c9656e0747e0433457351f4c9f5ff708fc3d8debc531
libyaml-perl_1.21-1.debian.tar.xz 5.4 KiB 36dcc7756a0be2ae6b000667619545468cefda306b6ec06b299667aed67688a1

Available diffs

No changes file available.

Binary packages built by this source

libyaml-perl: YAML Ain't Markup Language

 YAML is a generic data serialization language that is optimized for human
 readability. It can be used to express the data structures of most modern
 programming languages (including Perl, of course). YAML supports Unicode
 and there are implementations of the parser in many different languages,
 making it a rather portable serialization format.
 .
 Please note that the YAML module is currently a deprecated implementation
 in Pure Perl, which is probably slow on your system. The authors intend
 to change it to just be a front-end interface module for various YAML
 implementations. For now, YAML::Any is a module provided for this purpose,
 which simply selects the best YAML implementation available.