Source: libpackage-stash-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 11) Build-Depends-Indep: libmodule-implementation-perl, libpackage-stash-xs-perl, libtest-fatal-perl, libtest-leaktrace-perl, libtest-requires-perl, perl Standards-Version: 4.3.0 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 Package: libpackage-stash-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-implementation-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.