liblexical-persistence-perl 1.023-1 source package in Ubuntu

Changelog

liblexical-persistence-perl (1.023-1) unstable; urgency=medium

  [ Florian Schlichting ]
  * Import Upstream version 1.023

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Jose Luis Rivas from Uploaders. Thanks for your work!

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

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.1.4.
  * Bump debhelper compatibility level to 10.
  * d/copyright: remove a duplicate "a". Thanks to lintian.
  * d/copyright: use HTTPS for Source field. Thanks to duck.

 -- gregor herrmann <email address hidden>  Sat, 14 Apr 2018 21:22:41 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblexical-persistence-perl_1.023-1.dsc 2.4 KiB 00b8596d428c8c836815de735448b1c1e0edf33e113beecb75369f01062197fd
liblexical-persistence-perl_1.023.orig.tar.gz 27.0 KiB 94d2fa4a743885ca9cea9f7042d9e7a3a69f5bd7cc18aa630c7f7f5e8ae36944
liblexical-persistence-perl_1.023-1.debian.tar.xz 2.9 KiB d6e04086bae70c13017f163c07b78b43502606186d221d0d4261464dd734e561

Available diffs

No changes file available.

Binary packages built by this source

liblexical-persistence-perl: module for accessing persistent data through lexical variables

 Lexical::Persistence is a Perl data persistence framework that enables
 code to access persistent data through what looks like lexical
 variables. So, instead of passing data around explicitly, you can call
 functions through the Lexical::Persistence object and just use ordinary
 variables.