libapache-session-wrapper-perl 0.34-4 source package in Ubuntu

Changelog

libapache-session-wrapper-perl (0.34-4) unstable; urgency=medium

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Mon, 06 Jun 2022 23:41:30 +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 universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapache-session-wrapper-perl_0.34-4.dsc 2.3 KiB cc4c48bb5b0e7418db7452d5e3b0c385a83d75f523a6638b26831d65694201f8
libapache-session-wrapper-perl_0.34.orig.tar.gz 23.8 KiB 7e30ef4cc73b32e426c4360dcd104e8f9af6de45d865b42952fe5c7a15c7a150
libapache-session-wrapper-perl_0.34-4.debian.tar.xz 3.4 KiB a73d369e93e80da24d6a4a51662fceb926c25c320edd1cd5bea6e72304c7bfcf

Available diffs

No changes file available.

Binary packages built by this source

libapache-session-wrapper-perl: simple wrapper around Apache::Session

 Apache::Session::Wrapper module is a simple wrapper around
 Apache::Session which provides some methods to simplify getting and
 setting the session id.
 .
 It can uses cookies to store the session id, or it can look in a
 provided object for a specific parameter. Alternately, you can simply
 provide the session id yourself in the call to the session()
 method.
 .
 If you're using Mason, you should probably take a look at
 MasonX::Request::WithApacheSession first, which integrates this
 module directly into Mason.