SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-ex-constant-vars rpm build for : OpenSuSE. For other distributions click perl-ex-constant-vars.

Name : perl-ex-constant-vars
Version : 0.07 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-07-03 17:55:19
Group : Development/Libraries/Perl Source RPM : perl-ex-constant-vars-0.07-lp156.1.1.src.rpm
Size : 0.03 MB
Packager : https://www_suse_com/
Summary : create readonly variables (alternative to constant pragma)
Description :
This package allows you to create readonly variables. Unlike the \'constant\'
pragma, this module lets you create readonly scalars, arrays and hashes.

The Const::Fast module is a much better solution for immutable variables.

This module \'tie()\'s variables to a class that disables any attempt to
modify a variable\'s data.

* Scalar

You cannot change the value in any way: not only assignment, but functions
such as chomp and chop will fail.

* Array

You cannot add to the array (unshift, push), remove from the array (shift,
pop), nor change any values in the array.

* Hash

You cannot change items in the hash, add new items to it, nor delete a key.

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-ex-constant-vars-0.07-lp156.1.1.noarch.rpm
     

Provides :
perl(ex::constant::vars)
perl(ex::constant::vars::array)
perl(ex::constant::vars::hash)
perl(ex::constant::vars::scalar)
perl-ex-constant-vars

Requires :
perl(:MODULE_COMPAT_5.26.1)
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/lib/perl5/vendor_perl/5.26.1/ex
/usr/lib/perl5/vendor_perl/5.26.1/ex/constant
/usr/lib/perl5/vendor_perl/5.26.1/ex/constant/vars.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-ex-constant-vars
/usr/share/doc/packages/perl-ex-constant-vars/Changes
/usr/share/doc/packages/perl-ex-constant-vars/README
/usr/share/licenses/perl-ex-constant-vars
/usr/share/licenses/perl-ex-constant-vars/LICENSE
/usr/share/man/man3/ex::constant::vars.3pm.gz

 
ICM