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
|
Source: libattribute-storage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl,
libtest-nowarnings-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libattribute-storage-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libattribute-storage-perl.git
Homepage: https://metacpan.org/release/Attribute-Storage
Rules-Requires-Root: no
Package: libattribute-storage-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: declare and retrieve named attributes about CODE
Attribute::Storage package provides a base, where a package using it can define
handlers for particular code attributes. Other packages, using the package that
defines the code attributes, can then use them to annotate subs.
|