Source: libpackage-stash-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libcpan-meta-check-perl (>= 0.011) , libcpan-meta-requirements-perl , libextutils-hascompiler-perl, libmodule-implementation-perl , libpackage-stash-xs-perl , libscalar-list-utils-perl , libtest-fatal-perl , libtest-leaktrace-perl , libtest-needs-perl , libtest-simple-perl , perl Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpackage-stash-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpackage-stash-perl.git Homepage: https://metacpan.org/release/Package-Stash Rules-Requires-Root: no Package: libpackage-stash-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-implementation-perl, libscalar-list-utils-perl Recommends: libpackage-stash-xs-perl Breaks: libclass-mop-perl (<< 1.09~), libmoosex-method-signatures-perl (<< 0.37~), libmoosex-roles-withoverloading-perl (<< 0.09~), libnamespace-clean-perl (<< 0.19~) Description: module providing routines for manipulating stashes Package::Stash is a Perl module that provides an interface for manipulating stashes (Perl's symbol tables). These operations are occasionally necessary, but often very messy and easy to get wrong.