libcgi-session-serialize-yaml-perl 4.26-2 source package in Ubuntu

Changelog

libcgi-session-serialize-yaml-perl (4.26-2) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * debian/control: remove Nicholas Bamber from Uploaders on request of
    the MIA team.
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Add explicit build dependency on libmodule-build-perl.
  * Update years of packaging copyright.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Mon, 08 Jun 2015 21:19:05 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-session-serialize-yaml-perl_4.26-2.dsc 2.5 KiB 6daad786f06a54784a5fd0b74a731390d217f0f5eb09d40b729a06e52b299fb9
libcgi-session-serialize-yaml-perl_4.26.orig.tar.gz 5.3 KiB 1a1f9457e4f7df3d5d176a6af06c3cc3e635b9d2eeaa6bf7fc60350496f7474c
libcgi-session-serialize-yaml-perl_4.26-2.debian.tar.xz 2.7 KiB 62eb608d5bceeab150f76f2508bb71beb169d78c3f6aa567478586d6043b1a33

Available diffs

No changes file available.

Binary packages built by this source

libcgi-session-serialize-yaml-perl: YAML and YAML::Syck support for CGI::Session's serializers

 CGI::Session::Serialize::yaml can be used by CGI::Session to serialize
 session data. It uses YAML, or the faster C implementation, YAML::Syck if it
 is available. YAML serializers exist not just for Perl but also other dynamic
 languages, such as PHP, Python, and Ruby, so storing session data in this
 format makes it easy to share session data across different languages.
 .
 YAML is made to be friendly for humans to parse as well as other computer
 languages. It creates a format that is easier to read than the default
 serializer.