SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Scalar-MoreUtils rpm build for : openSUSE Tumbleweed. For other distributions click perl-Scalar-MoreUtils.

Name : perl-Scalar-MoreUtils
Version : 0.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 6.71 Date : 2024-08-05 19:15:01
Group : Development/Libraries/Perl Source RPM : perl-Scalar-MoreUtils-0.02-6.71.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : Provide the stuff missing in Scalar::Util
Description :
Similar to \'Hsah::MoreUtils\' and \'List::MoreUtils\', \'Scalar::MoreUtils\'
contains trivial but commonly-used scalar functionality.

Essentially, provide some pretty trivial functionality that I find useful
over and over. The value of this module will probably be blasted away by
Perl 5.10.

Suggestions welcome.

* nil VALUE

Returns true if VALUE is not defined.

* empty VALUE

Returns true if VALUE is not defined or if VALUE is the empty string
(\"\").

* define VALUE

Returns VALUE if it is defined, otherwise returns the empty string (\"\").

* default VALUE DEFAULT

Returns VALUE if it is defined, otherwise returns DEFAULT.

This is similar to the \"//\" in the Perl 5.10 ... well, not really, but
kinda.

* ifnil VALUE DEFAULT

Returns VALUE if it is not nil, otherwise returns DEFAULT.

Read \"ifnil(A,B)\" as \"ifnil A, then B, otherwise A\"

\'ifnil\' behaves exactly the same as \'default\'.

* ifempty VALUE DEFAULT

Returns VALUE if it is not empty, otherwise returns DEFAULT.

Read \"ifempty(A,B)\" as \"ifempty A, then B, otherwise A\"

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Scalar-MoreUtils-0.02-6.71.noarch.rpm
     

Provides :
perl(Scalar::MoreUtils)
perl-Scalar-MoreUtils

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/Scalar
/usr/lib/perl5/vendor_perl/5.40.0/Scalar/MoreUtils.pm
/usr/share/doc/packages/perl-Scalar-MoreUtils
/usr/share/doc/packages/perl-Scalar-MoreUtils/Changes
/usr/share/doc/packages/perl-Scalar-MoreUtils/README
/usr/share/man/man3/Scalar::MoreUtils.3pm.gz

 
ICM