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 32 33 34 35 36 37 38 39 40 41 42
|
Source: libobject-pad-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
# don't add
# libfuture-perl <!nocheck>,
# libfuture-asyncawait-perl <!nocheck>,
# otherwise we have a circular build dependency
Build-Depends: debhelper-compat (= 13),
libdata-dump-perl <!nocheck>,
libextutils-cbuilder-perl,
libindirect-perl <!nocheck>,
libmodule-build-perl,
libsyntax-keyword-dynamically-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-refcount-perl <!nocheck>,
libtest-memorygrowth-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libxs-parse-sublike-perl (>= 0.10),
perl-xs-dev,
perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libobject-pad-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libobject-pad-perl.git
Homepage: https://metacpan.org/release/Object-Pad
Rules-Requires-Root: no
Package: libobject-pad-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libindirect-perl,
libxs-parse-sublike-perl (>= 0.10)
Description: module providing a simple syntax for lexical slot-based objects
Object::Pad provides a simple syntax for creating object classes, which uses
private variables that look like lexicals as object member fields.
.
Classes are automatically provided with a constructor method, called new,
which helps create the object instances.
|