liblv-perl 0.006-4 source package in Ubuntu

Changelog

liblv-perl (0.006-4) unstable; urgency=low

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 28 Aug 2022 14:40:16 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblv-perl_0.006-4.dsc 1.7 KiB 68f3c5b84536e2680c331d89bb8432b20a6d145e6de713a58d4cc395f47618d0
liblv-perl_0.006.orig.tar.gz 17.0 KiB fa88c2d4af0b1126d46401e6355a65496d033cfc2a6a944653011a638adfa75c
liblv-perl_0.006-4.debian.tar.xz 2.0 KiB abf260af5cbfbbbba06558dad8828bb7889ce4240d67f9cfcae9d209aca4dbca

Available diffs

No changes file available.

Binary packages built by this source

liblv-perl: lvalue subroutines for Perl

 LV makes lvalue subroutines easy and practical to use. It's inspired by the
 lvalue module which is sadly problematic because of the existence of another
 module on CPAN called Lvalue. (They can get confused on file-systems that
 have case-insensitive file names.)
 .
 LV comes with three different implementations, based on Variable::Magic,
 Sentinel and tie; it will choose and use the best available one.