libyaml-perl 1.13-1 source package in Ubuntu

Changelog

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


  * Import upstream version 1.13

 -- gregor herrmann <email address hidden>  Tue, 14 Oct 2014 19:33:28 +0200

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

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libyaml-perl_1.13-1.dsc 2.2 KiB fc14896f47811fe158e9043fd7ada454138291b1308731e176e939775170a221
libyaml-perl_1.13.orig.tar.gz 78.3 KiB 187f4d52b23dcf35baa69303eef17b4690fd20bec70cc7cc38cf477918d6bd7b
libyaml-perl_1.13-1.debian.tar.xz 5.1 KiB 3ee53ded9e1c889ebfb81cdf10b3dfeeea5efcbd2f43f5fb346d1cad01aeff85

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.