libyaml-perl 0.73-1 source package in Ubuntu

Changelog

libyaml-perl (0.73-1) unstable; urgency=low

  * New upstream release (closes: #629297).
  * Update years of copyright for inc/Module/*.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  06 Jun 2011 08:23:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libyaml-perl_0.73.orig.tar.gz 115.3 KiB 2144bb7b0f3780fd623b1b47b539d0fd31b5b7f941f9e4e2f8bfd9c491e42e21
libyaml-perl_0.73-1.debian.tar.gz 4.8 KiB 8fb9c6aed8436befcb14a5381cd754791df834dd559cf426ce1bd0e97ac9e97f
libyaml-perl_0.73-1.dsc 2.0 KiB a9792eda552b0625170e7231769c5d890b15415f53f7911495a7e85e25366f4b

Available diffs

View changes file

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.