SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Env-ShellWords rpm build for : OpenSuSE. For other distributions click perl-Env-ShellWords.

Name : perl-Env-ShellWords
Version : 0.02 Vendor : obs://build_opensuse_org/home:illuusio
Release : ill.6.3 Date : 2024-09-10 08:15:09
Group : Development/Libraries/Perl Source RPM : perl-Env-ShellWords-0.02-ill.6.3.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : Environment variables for arguments as array
Description :
This module provides an array like interface to environment variables that
contain flags. For example Autoconf can uses the environment variables like
\'CFLAGS\' or \'LDFLAGS\', and this allows you to manipulate those variables
without doing space quoting and other messy mucky stuff.

The intent is to use this from alienfile to deal with hierarchical
prerequisites.

You can provide split and join callbacks when you tie:

use Env::ShellWords;

tie my AATTFOO, \'Env::ShellWords\',
sub { split /\\s+/, $_[0] },
sub { join \' \', AATT_ };

Which may be useful if you have to split on words on an operating system
with a different specification.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/illuusio:/perl/openSUSE_Slowroll/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Env-ShellWords-0.02-ill.6.3.noarch.rpm
     

Provides :
perl(Env::ShellWords)
perl-Env-ShellWords

Requires :
perl(:MODULE_COMPAT_5.40.0)
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/lib/perl5/vendor_perl/5.40.0/Env
/usr/lib/perl5/vendor_perl/5.40.0/Env/ShellWords.pm
/usr/share/doc/packages/perl-Env-ShellWords
/usr/share/doc/packages/perl-Env-ShellWords/Changes
/usr/share/doc/packages/perl-Env-ShellWords/README
/usr/share/doc/packages/perl-Env-ShellWords/author.yml
/usr/share/licenses/perl-Env-ShellWords
/usr/share/licenses/perl-Env-ShellWords/LICENSE
/usr/share/man/man3/Env::ShellWords.3pm.gz

 
ICM