libyaml-perl 1.31-1 source package in Ubuntu

Changelog

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

  * Import upstream version 1.31.
  * Update years of upstream and packaging copyright.
  * Refresh ysh-location.patch (offset).
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Mon, 01 Jan 2024 03:43:19 +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 main perl
Noble release main perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libyaml-perl_1.31-1.dsc 2.3 KiB 0fd14694dc21e9936753dd27431ca81f1bdc2432a3b6baca2fe90001767c94c0
libyaml-perl_1.31.orig.tar.gz 86.0 KiB a0ce30381657dce8e694df9a09e95d818d13beb03698fd2cf79d0c8d564a9b8e
libyaml-perl_1.31-1.debian.tar.xz 6.1 KiB 1b62f56d4a9033aba29def71dadfe00935fef3163e3bb78c3596c93b6b230923

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.