File: control

package info (click to toggle)
liblexical-persistence-perl 1.023-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 208 kB
  • sloc: perl: 557; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: liblexical-persistence-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libdevel-lexalias-perl (>= 0.05),
                     libpadwalker-perl (>= 1.96),
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblexical-persistence-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblexical-persistence-perl.git
Homepage: https://metacpan.org/release/Lexical-Persistence

Package: liblexical-persistence-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libdevel-lexalias-perl (>= 0.05),
         libpadwalker-perl (>= 1.96)
Description: 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.