SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Package-Stash rpm build for : OpenSuSE. For other distributions click perl-Package-Stash.

Name : perl-Package-Stash
Version : 0.40 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-01-27 16:44:05
Group : Unspecified Source RPM : perl-Package-Stash-0.40-lp154.1.1.src.rpm
Size : 0.05 MB
Packager : https://www_suse_com/
Summary : Routines for manipulating stashes
Description :
Manipulating stashes (Perl\'s symbol tables) is occasionally necessary, but
incredibly messy, and easy to get wrong. This module hides all of that
behind a simple API.

NOTE: Most methods in this class require a variable specification that
includes a sigil. If this sigil is absent, it is assumed to represent the
IO slot.

Due to limitations in the typeglob API available to perl code, and to
typeglob manipulation in perl being quite slow, this module provides two
implementations - one in pure perl, and one using XS. The XS implementation
is to be preferred for most usages; the pure perl one is provided for cases
where XS modules are not a possibility. The current implementation in use
can be set by setting \'$ENV{PACKAGE_STASH_IMPLEMENTATION}\' or
\'$Package::Stash::IMPLEMENTATION\' before loading Package::Stash (with the
environment variable taking precedence), otherwise, it will use the XS
implementation if possible, falling back to the pure perl one.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-P/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Package-Stash-0.40-lp154.1.1.noarch.rpm
     

Provides :
perl(Package::Stash)
perl(Package::Stash::PP)
perl-Package-Stash

Requires :
/usr/bin/perl
perl(:MODULE_COMPAT_5.26.1)
perl(Dist::CheckConflicts) >= 0.02
perl(Module::Implementation) >= 0.06
perl(Package::Stash::XS) >= 0.26
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/bin/package-stash-conflicts
/usr/lib/perl5/vendor_perl/5.26.1/Package
/usr/lib/perl5/vendor_perl/5.26.1/Package/Stash
/usr/lib/perl5/vendor_perl/5.26.1/Package/Stash.pm
/usr/lib/perl5/vendor_perl/5.26.1/Package/Stash/Conflicts.pm
/usr/lib/perl5/vendor_perl/5.26.1/Package/Stash/PP.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Package-Stash
/usr/share/doc/packages/perl-Package-Stash/CONTRIBUTING
/usr/share/doc/packages/perl-Package-Stash/Changes
/usr/share/doc/packages/perl-Package-Stash/README
/usr/share/licenses/perl-Package-Stash
/usr/share/licenses/perl-Package-Stash/LICENSE
/usr/share/man/man3/Package::Stash.3pm.gz
/usr/share/man/man3/Package::Stash::PP.3pm.gz

 
ICM