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
|
Source: libattribute-storage-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 10),
libmodule-build-perl,
libtest-nowarnings-perl,
perl
Standards-Version: 4.1.3
Homepage: https://metacpan.org/release/Attribute-Storage
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libattribute-storage-perl
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libattribute-storage-perl
Package: libattribute-storage-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: declare and retrieve named attributes about CODE
This 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.
.
This is similar to Attribute::Handlers, with the following key differences:
.
This description was automagically extracted from the module by dh-make-perl.
|