File: control

package info (click to toggle)
libobject-insideout-perl 4.05-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 896 kB
  • sloc: perl: 4,942; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,426 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
31
Source: libobject-insideout-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               libmodule-build-perl
Build-Depends-Indep: libexception-class-perl,
                     libwant-perl,
                     perl (>= 5.15.0)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libobject-insideout-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libobject-insideout-perl.git
Homepage: https://metacpan.org/release/Object-InsideOut

Package: libobject-insideout-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libexception-class-perl,
         perl (>= 5.15.0)
Suggests: libwant-perl
Description: comprehensive inside-out object construction kit
 Object::InsideOut is a Perl module that implements inside-out objects as
 anonymous scalar references that are blessed into a class with the scalar
 containing the ID for the object (usually a sequence number). The scalar
 reference is set as read-only to prevent accidental modifications to the ID.
 Object data (such as fields) are stored within the class's package in either
 arrays indexed by the object's ID, or hashes keyed to the object's ID.