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 |