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
|
Source: libobject-pad-fieldattr-final-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libextutils-cbuilder-perl,
libmodule-build-perl,
libobject-pad-perl (>= 0.60) <!nocheck>,
libtest-simple-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libobject-pad-fieldattr-final-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libobject-pad-fieldattr-final-perl.git
Homepage: https://metacpan.org/release/Object-Pad-FieldAttr-Final
Rules-Requires-Root: no
Package: libobject-pad-fieldattr-final-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libobject-pad-perl (>= 0.60)
Description: declare Object::Pad fields read-only after construction
Object::Pad::FieldAttr::Final provides a third-party field attribute for
Object::Pad-based classes, which declares that the field it is attached to
shall be set as read-only when the constructor returns, disallowing further
modification to it.
.
WARNING The ability for Object::Pad to take third-party field attributes is
still new and highly experimental, and subject to much API change in future.
As a result, this module should be considered equally experimental.
.
This package is a replacement for libobject-pad-slotattr-final-perl following
the renaming and deprecation of Object::Pad::SlotAttr::Final upstream.
|