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
|
Source: libpackage-stash-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11),
perl,
libtest-fatal-perl,
libtest-requires-perl,
libvariable-magic-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpackage-stash-xs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpackage-stash-xs-perl.git
Homepage: https://metacpan.org/release/Package-Stash-XS
Package: libpackage-stash-xs-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Enhances: libpackage-stash-perl
Description: Perl module providing routines for manipulating stashes (XS version)
Manipulating stashes (Perl's symbol tables) is occasionally necessary, but
incredibly messy, and easy to get wrong. Package::Stash hides all of that
behind a simple API.
.
Package::Stash::XS provides the faster and more correct XS implementation.
|