SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-PAUSE-Permissions rpm build for : openSUSE Tumbleweed. For other distributions click perl-PAUSE-Permissions.

Name : perl-PAUSE-Permissions
Version : 0.170.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.4 Date : 2020-11-09 10:12:55
Group : Unspecified Source RPM : perl-PAUSE-Permissions-0.170.0-1.4.src.rpm
Size : 0.06 MB
Packager : (none)
Summary : interface to PAUSE\'s module permissions file (06perms.txt)
Description :
PAUSE::Permissions provides an interface to the \'06perms.txt\' file produced
by the Perl Authors Upload Server (PAUSE). The file records who has what
permissions for every module on CPAN. The format and interpretation of this
file are covered in \"The 06perms.txt file\" below.

By default, the module will mirror \'06perms.txt\' from CPAN, using
HTTP::Tiny to request it and store it locally What gets cached locally is
actually a transformed version of 06perms.txt for easier processing.

By default it will get the file from http://www.cpan.org, but you can pass
an alternate URI to the constructor:

$perms_uri = \"http://$CPAN_MIRROR/modules/06perms.txt\";
$pp = PAUSE::Permissions->new(uri => $perms_uri);

If you\'ve already got a copy lying around, you can tell the module to use
that:

$pp = PAUSE::Permissions->new( path => \'/tmp/my06perms.txt\' );

Note that the file you provide this way must be in the post-processed
format, and not a raw copy of \'06perms.txt\'.

Having created an instance of \'PAUSE::Permissions\', you can then call the
\'module_permissions\' method to get the permissions for a particular module.
The SYNOPSIS gives the basic usage.

*Note*: you should make sure you\'re using version 0.08 or later. PAUSE now
treats package names case insensitively with respect to permissions, so
this module does now as well.

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-PAUSE-Permissions-0.170.0-1.4.noarch.rpm
     

Provides :
perl(PAUSE::Permissions)
perl(PAUSE::Permissions::Entry)
perl(PAUSE::Permissions::EntryIterator)
perl(PAUSE::Permissions::Module)
perl(PAUSE::Permissions::ModuleIterator)
perl-PAUSE-Permissions

Requires :
/usr/bin/env
perl(:MODULE_COMPAT_5.40.0)
perl(File::HomeDir)
perl(HTTP::Date)
perl(HTTP::Tiny)
perl(List::Util) >= 1.33
perl(Moo)
perl(MooX::Options)
perl(Time::Duration::Parse)
perl(autodie)
perl(feature)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/pause-permissions
/usr/lib/perl5/vendor_perl/5.40.0/PAUSE
/usr/lib/perl5/vendor_perl/5.40.0/PAUSE/Permissions
/usr/lib/perl5/vendor_perl/5.40.0/PAUSE/Permissions.pm
/usr/lib/perl5/vendor_perl/5.40.0/PAUSE/Permissions/Entry.pm
/usr/lib/perl5/vendor_perl/5.40.0/PAUSE/Permissions/EntryIterator.pm
/usr/lib/perl5/vendor_perl/5.40.0/PAUSE/Permissions/Module.pm
/usr/lib/perl5/vendor_perl/5.40.0/PAUSE/Permissions/ModuleIterator.pm
/usr/share/doc/packages/perl-PAUSE-Permissions
/usr/share/doc/packages/perl-PAUSE-Permissions/Changes
/usr/share/doc/packages/perl-PAUSE-Permissions/README
/usr/share/licenses/perl-PAUSE-Permissions
/usr/share/licenses/perl-PAUSE-Permissions/LICENSE
/usr/share/man/man1/pause-permissions.1.gz
/usr/share/man/man3/PAUSE::Permissions.3pm.gz
/usr/share/man/man3/PAUSE::Permissions::Entry.3pm.gz
/usr/share/man/man3/PAUSE::Permissions::Module.3pm.gz

 
ICM