Source: liblv-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
Build-Depends-Indep:
 libtest-simple-perl,
 perl,
Standards-Version: 4.4.1
Homepage: https://metacpan.org/release/LV
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblv-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblv-perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: liblv-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
Description: 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.
