############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = perl ver_major = 5 ver_minor = 36 ver_plevel = 0 version = %{ver_major}.%{ver_minor}.%{ver_plevel} # Never reset release in this package, just increase. release = 5 thisver = %{version}-%{_release} maintainer = Michael Tremer groups = Development/Languages url = http://www.perl.org/ license = GPL+ or Artistic and GPLv2+ or Artistic summary = Practical Extraction and Report Language. description Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. A large proportion of the CGI scripts on the web are written in Perl. You need the perl package installed on your system so that your system can handle Perl scripts. end source_dl = http://www.cpan.org/src/5.0/ build requires bzip2-devel gcc-c++ gdbm-devel iana-etc libdb-devel perl procps zlib-devel pakfire >= 0.9.26-3.1 end # Perl passes -fstack-protector, if no argument is passed that enables the SSP. # So we need to pass it explicitely. CFLAGS += -fstack-protector-all prepare_cmds sed -i 's/command /command[ -]/' makedepend.SH end configure_options = \ -des \ -Doptimize="none" \ -Dcflags="%{CFLAGS}" \ -Dldflags="%{LDFLAGS}" \ -Dccdlflags="-Wl,--enable-new-dtags %{LDFLAGS}" \ -Dlddlflags="-shared %{LDFLAGS}" \ -DDDEBUGGING=-g \ -Dversion=%{version} \ -Dmyhostname=localhost \ -Dperladmin=root@localhost \ -Dcc="gcc" \ -Dcf_by="%{DISTRO_VENDOR}" \ -Dprefix=/usr \ -Dvendorprefix=/usr \ -Dsiteprefix="%{libdir}" \ -Dsitelib="%{libdir}/perl5/site_perl" \ -Dsitearch="%{libdir}/perl5/site_perl" \ -Dprivlib="%{datadir}/perl5" \ -Dvendorlib="%{datadir}/perl5/vendor_perl" \ -Darchlib="%{libdir}/perl5" \ -Dvendorarch="%{libdir}/perl5/vendor_perl" \ -Darchname=%{arch}-linux-thread-multi \ -Dpager="%{bindir}/less -isr" \ -Dman1dir=%{mandir}/man1 \ -Dman3dir=%{mandir}/man3 \ -Duseshrplib \ -Dusethreads \ -Duseithreads \ -Duselargefiles \ -Dd_semctl_semun \ -Di_db \ -Ui_ndbm \ -Di_gdbm \ -Di_shadow \ -Di_syslog \ -Dman3ext=3pm \ -Duseperlio \ -Dinstallusrbinperl=n \ -Ubincompat5005 \ -Uversiononly \ -Dd_gethostent_r_proto \ -Ud_endhostent_r_proto \ -Ud_sethostent_r_proto \ -Ud_endprotoent_r_proto \ -Ud_setprotoent_r_proto \ -Ud_endservent_r_proto \ -Ud_setservent_r_proto \ -Dscriptdir="%{bindir}" if "%{DISTRO_ARCH}" == "x86_64" configure_options += \ -Dlibpth="/lib64 %{prefix}/lib64" end build # Do not use internal compressing libraries. export BUILD_ZLIB=False export BUILD_BZIP2=0 # Configure Compress::Zlib to use system zlib sed -i -e "s|BUILD_ZLIB\s*= True|BUILD_ZLIB = False|" \ -e "s|INCLUDE\s*= ./zlib-src|INCLUDE = /usr/include|" \ -e "s|LIB\s*= ./zlib-src|LIB = %{libdir}|" \ cpan/Compress-Raw-Zlib/config.in # Ensure that we never accidentally bundle zlib or bzip2 rm -rf cpan/Compress-Raw-Zlib/zlib-src rm -rf cpan/Compress-Raw-Bzip2/bzip2-src sed -i '/\(bzip2\|zlib\)-src/d' MANIFEST # Force the configure script to check if -fstack-protector-all is supported # and set this afterwards. (Otherwise -fstack-protector-strong would be used) sed -i "s/stack-protector-strong/stack-protector-all/g" Configure sh ./Configure %{configure_options} make %{PARALLELISMFLAGS} end test # Net::Ping test is known to fail. #make test || true end install_cmds # Remove precreated directories rm -rfv %{BUILDROOT}/usr/local # Fix filer permissions of the so files. find %{BUILDROOT}%{libdir} -type f -iname "*.so" -exec chmod 755 {} \; end end # This variable contains the constant version string # of this perl package. perl_version = %{ver_major}.%{ver_minor}.%{ver_plevel} packages filter_requires = (VMS::|Mac::|unicore::Name) package perl requires perl-libs = %{version}-%{_release} end provides perl(:VERSION) = %{thisver} # Compat provides perl(:MODULE_COMPAT_5.36.0) # Threading provides perl(:WITH_ITHREADS) perl(:WITH_THREADS) # Largefile provides perl(:WITH_LARGEFILES) # PerlIO provides perl(:WITH_PERLIO) # Perl features perl(strict) # File provides perl(abbrev.pl) perl(assert.pl) perl(bigfloat.pl) perl(bigint.pl) perl(bigrat.pl) perl(bytes_heavy.pl) perl(cacheout.pl) perl(complete.pl) perl(ctime.pl) perl(dotsh.pl) perl(dumpvar.pl) perl(exceptions.pl) perl(fastcwd.pl) perl(find.pl) perl(finddepth.pl) perl(flush.pl) perl(ftp.pl) perl(getcwd.pl) perl(getopt.pl) perl(getopts.pl) perl(hostname.pl) perl(importenv.pl) perl(look.pl) perl(newgetopt.pl) perl(open2.pl) perl(open3.pl) perl(perl5db.pl) perl(pwd.pl) perl(shellwords.pl) perl(stat.pl) perl(syslog.pl) perl(tainted.pl) perl(termcap.pl) perl(timelocal.pl) perl(utf8_heavy.pl) perl(validate.pl) end end package perl-libs template LIBS provides libperl.so end files %{libdir}/libperl.* %{libdir}/perl5/CORE/libperl.so end end package perl-devel template DEVEL requires perl = %{perl_version} perl(Test) end files %{bindir}/enc2xs %{mandir}/man1/enc2xs* %{datadir}/perl5/Encode/ %{datadir}/perl5/ExtUtils %{bindir}/h2xs %{mandir}/man1/h2xs* %{bindir}/libnetcfg %{mandir}/man1/libnetcfg* %{bindir}/perlivp %{mandir}/man1/perlivp* %{libdir}/perl5/CORE/*.h %{bindir}/xsubpp %{mandir}/man1/xsubpp* %{mandir}/man1/perlxs* end end package perl-utils version = %{perl_version} arch = noarch summary = Utilities packaged with the Perl distribution. description Several utilities which come with Perl distribution like h2ph, perlbug, perlthanks, and pl2pm. Some utilities are provided by more specific packages like perldoc by perl-Pod-Perldoc and splain by perl-diagnostics. end requires perl = %{perl_version} perl-libs = %{thisver} end files %{bindir}/h2ph %{bindir}/perlbug %{bindir}/perlthanks %{bindir}/pl2pm %{datadir}/perl5/pod/perlutil.pod %{mandir}/man1/h2ph.* %{mandir}/man1/perlbug.* %{mandir}/man1/perlthanks.* %{mandir}/man1/perlutil.* %{mandir}/man1/pl2pm.* end end package perl-Archive-Tar version = 2.40 arch = noarch summary = A module for Perl manipulation of .tar files. description Archive::Tar provides an object oriented mechanism for handling tar files. It provides class methods for quick and easy files handling while also allowing for the creation of tar file objects for custom manipulation. If you have the IO::Zlib module installed, Archive::Tar will also support compressed or gzipped tar files. end requires perl = %{perl_version} perl(IO::Zlib) >= 1.01 perl(IO::Compress::Bzip2) >= 2.015 perl(IO::Uncompress::Bunzip2) >= 2.015 end files %{bindir}/ptar %{bindir}/ptardiff %{bindir}/ptargrep %{datadir}/perl5/Archive/Tar %{datadir}/perl5/Archive/Tar.pm %{mandir}/man1/ptar.1* %{mandir}/man1/ptardiff.1* %{mandir}/man1/ptargrep.1* %{mandir}/man3/Archive::Tar* end end package perl-Attribute-Handlers version = 1.02 arch = noarch summary = Simpler definition of attribute handlers. description This Perl module, when inherited by a package, allows that package's class to define attribute handler subroutines for specific attributes. Variables and subroutines subsequently defined in that package, or in packages derived from that package may be given attributes with the same names as the attribute handler subroutines, which will then be called in one of the compilation phases (i.e. in a "BEGIN", "CHECK", "INIT", or "END" block). end requires += \ perl = %{perl_version} files %{datadir}/perl5/Attribute/ %{mandir}/man3/Attribute::Handlers.* end end package perl-autodie version = 2.34 arch = noarch summary = Replace functions with ones that succeed or die. descripton The "autodie" and "Fatal" pragma provides a convenient way to replace functions that normally return false on failure with equivalents that throw an exception on failure. However "Fatal" has been obsoleted by the new autodie pragma. Please use autodie in preference to "Fatal". end requires perl = %{perl_version} perl(B) perl(Fcntl) perl(overload) perl(POSIX) end files %{datadir}/perl5/autodie/ %{datadir}/perl5/autodie.pm %{datadir}/perl5/Fatal.pm %{mandir}/man3/autodie.3* %{mandir}/man3/autodie::* %{mandir}/man3/Fatal.3* end end package perl-AutoLoader version = 5.74 arch = noarch summary = Load subroutines only on demand description The AutoLoader module works with the AutoSplit module and the "__END__" token to defer the loading of some subroutines until they are used rather than loading them all at once end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/AutoLoader.pm %{mandir}/man3/AutoLoader.3* end end package perl-AutoSplit version = 5.74 arch = noarch summary = Split a package for automatic loading description Split up your program into files that the AutoLoader module can handle. It is used by both the standard Perl libraries and by the ExtUtils::MakeMaker utility, to automatically configure libraries for automatic loading. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/AutoSplit.pm %{mandir}/AutoSplit.3* end end package perl-autouse version = 1.11 arch = noarch summary = Postpone load of modules until a function is used description If a module is not loaded yet, then the autouse declaration declares functions in the current package. When these functions are called, they load the package and substitute themselves with the correct definitions. end requires perl = %{perl_version} perl(Carp) perl(warnings) end files %{datadir}/perl5/autouse.pm %{mandir}/man3/autouse.3* end end package perl-B version = 1.83 arch = noarch summary = Perl compiler backend description The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the backends of the Perl compiler. end requires perl = %{perl_version} perl(Data::Dumper) perl(overloading) perl(XSLoader) end files %{libdir}/perl5/auto/B %{libdir}/perl5/B %{libdir}/perl5/B.pm %{libdir}/perl5/O.pm %{datadir}/perl5/B %{mandir}/man3/B.* %{mandir}/man3/B::* %{mandir}/man3/O.* end end package perl-base version = 2.27 arch = noarch summary = Establish an ISA relationship with base classes at compile time. description "base" module allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Unless you are using the "fields" pragma, consider this module discouraged in favor of the lighter-weight "parent". end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/base.pm %{mandir}/man3/base.3* end end package perl-Benchmark version = 1.23 arch = noarch summary = Benchmark running times of Perl code description The Benchmark module encapsulates a number of routines to help you figure out how long it takes to execute some code. end requires perl = %{perl_version} end files %{datadir}/perl5/Benchmark.pm %{mandir}/man3/Benchmark.* end end package perl-bignum version = 0.65 arch = noarch summary = Transparent big number support for Perl. description This package attempts to make it easier to write scripts that use BigInts and BigFloats in a transparent way. end requires perl = %{perl_version} perl(Carp) perl(Math::BigRat) perl(warnings) end files %{datadir}/perl5/bigfloat.pm %{datadir}/perl5/bigint.pm %{datadir}/perl5/bignum.pm %{datadir}/perl5/bigrat.pm %{datadir}/perl5/Math/BigFloat %{datadir}/perl5/Math/BigInt %{datadir}/perl5/Math/BigInt/Trace.pm %{datadir}/perl5/Math/BigRat %{datadir}/perl5/Math/BigRat/Trace.pm %{mandir}/man3/bigfloat.* %{mandir}/man3/bigint.* %{mandir}/man3/bignum.* %{mandir}/man3/bigrat.* end end package perl-blib version = 1.07 arch = noarch summary = Use uninstalled version of a package. description This module looks for MakeMaker-like "blib" directory structure starting in given or current directory and working back up to five levels of directories. It is intended for use on command line with -M option as a way of testing arbitrary scripts against an uninstalled version of a package. end requires perl = %{perl_version} end files %{datadir}/perl5/blib.pm %{mandir}/man3/blib.* end end package perl-Class-Struct version = 0.66 arch = noarch summary = Declare struct-like data types as Perl classes. description Class::Struct module exports a single function struct(). Given a list of element names and types, and optionally a class name, struct() creates a Perl 5 class that implements a struct-like data structure. end requires perl = %{perl_version} end files %{datadir}/perl5/Class %{mandir}/man3/Class::Struct.* end end package perl-Compress-Raw-Bzip2 version = 2.103 summary = Low-Level Interface to bzip2 compression library. description This module provides a Perl interface to the bzip2 compression library. It is used by IO::Compress::Bzip2. end requires perl = %{perl_version} perl(Exporter) perl(File::Temp) end files %{libdir}/perl5/Compress/Raw/Bzip2.pm %{libdir}/perl5/auto/Compress/Raw/Bzip2 %{mandir}/man3/Compress::Raw::Bzip2* end end package perl-Compress-Raw-Zlib version = 2.105 summary = Low-Level Interface to the zlib compression library. description This module provides a Perl interface to the zlib compression library. It is used by IO::Compress::Zlib. end requires perl = %{perl_version} end files %{libdir}/perl5/Compress/Raw/Zlib.pm %{libdir}/perl5/auto/Compress/Raw/Zlib %{mandir}/man3/Compress::Raw::Zlib* end end package perl-CPAN version = 2.33 arch = noarch summary = Query, download and build perl modules from CPAN sites. description Query, download and build perl modules from CPAN sites. end requires make perl = %{perl_version} perl(Digest::SHA) end provides cpan cpan = %{version} end files %{bindir}/cpan %{datadir}/perl5/App/Cpan.pm %{datadir}/perl5/CPAN %{datadir}/perl5/CPAN.pm %{mandir}/man1/cpan.1* %{mandir}/man3/App::Cpan.* %{mandir}/man3/CPAN.* %{mandir}/man3/CPAN:* end end package perl-CPAN-Meta version = 2.150010 arch = noarch summary = Distribution metadata for a CPAN dist. description Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. end requires perl = %{perl_version} end files %{datadir}/perl5/CPAN/Meta.pm %{datadir}/perl5/CPAN/Meta %{datadir}/perl5/CPAN/Meta/Converter.pm %{datadir}/perl5/CPAN/Meta/Feature.pm %{datadir}/perl5/CPAN/Meta/History.pm %{datadir}/perl5/CPAN/Meta/Prereqs.pm %{datadir}/perl5/CPAN/Meta/Spec.pm %{datadir}/perl5/CPAN/Meta/Validator.pm %{mandir}/man5/CPAN::Meta.* end end package perl-CPAN-Meta-Requirements version = 2.140 arch = noarch summary = Set of version requirements for a CPAN dist. description A CPAN::Meta::Requirements object models a set of version constraints like those specified in the META.yml or META.json files in CPAN distributions. It can be built up by adding more and more constraints, and it will reduce them to the simplest representation. end requires perl = %{perl_version} end files %{datadir}/perl5/CPAN/Meta/Requirements.pm %{mandir}/man3/CPAN::Meta::Requirements.3* end end package perl-CPAN-Meta-YAML version = 0.018 arch = noarch summary = Read and write a subset of YAML for CPAN Meta files. description This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be used for any other general YAML parsing or generation task. end requires perl = %{perl_version} end files %{datadir}/perl5/CPAN/Meta/YAML.pm %{mandir}/man5/CPAN::Meta::YAML* end end package perl-Carp version = 1.33.01 arch = noarch summary = Alternative warn and die for modules. description The Carp routines are useful in your own modules because they act like die() or warn(), but with a message which is more likely to be useful to a user of your module. In the case of cluck, confess, and longmess that context is a summary of every call in the call-stack. For a shorter message you can use carp or croak which report the error as being from where your module was called. There is no guarantee that that is where the error was, but it is a good educated guess. end requires perl = %{perl_version} end provides perl(Carp) = %{version} perl(Carp::Heavy) = %{version} end files %{datadir}/perl5/Carp* %{datadir}/perl5/Carp %{mandir}3/Carp* end end package perl-constant version = 1.33 arch = noarch summary = Perl pragma to declare constants. description This pragma allows you to declare constants at compile-time. end requires perl = %{perl_version} end files %{datadir}/perl5/constant.pm %{mandir}/man3/constant.3* end end package perl-Data-Dumper version = 2.184 summary = Stringify perl data structures, suitable for printing and eval. description Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The content of each variable is output in a single Perl statement. Handles self-referential structures correctly. end requires perl = %{perl_version} perl(Scalar::Util) perl(XSLoader) end files %{libdir}/perl5/auto/Data/Dumper/Dumper.so %{libdir}/perl5/Data/Dumper.pm %{mandir}/man3/Data::Dumper.3* end end package perl-DB_File version = 1.857 summary = Perl5 access to Berkeley DB version 1.x. description DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1.x (if you have a newer version of DB, you will be limited to functionality provided by interface of version 1.x). The interface defined here mirrors the Berkeley DB interface closely. end requires perl = %{perl_version} perl(Fcntl) perl(XSLoader) end files %{libdir}/perl5/DB_File.pm %{libdir}/perl5/auto/DB_File/DB_File.so %{mandir}/man3/DB_File* end end package perl-DBM_Filter version = 0.06 arch = noarch summary = Filter DBM keys and values description This module provides an interface that allows filters to be applied to tied hashes associated with DBM files. end requires perl = %{perl_version} perl(Compress::Zlib) perl(Encode) end files %{datadir}/perl5/DBM_Filter %{datadir}/perl5/DBM_Filter.pm %{mandir}/man3/DBM_Filter.* %{mandir}/man3/DBM_Filter::* end end package perl-Devel-Peek version = 1.32 summary = A data debugging tool for the XS programmer description Devel::Peek contains functions which allows raw Perl data types to be manipulated from a Perl script. This is used by those who do XS programming to check that the data they are sending from C to Perl looks as they think it should look. end requires perl = %{perl_version} end files %{libdir}/perl5/Devel/Peek.pm %{libidr}/perl5/auto/Devel/Peek %{mandir}/man3/Devel::Peek.* end end package perl-Devel-PPPort version = 3.68 summary = Perl Pollution Portability header generator. description Perl's API has changed over time, gaining new features, new functions, increasing its flexibility, and reducing the impact on the C name space environment (reduced pollution). The header file written by this module, typically ppport.h, attempts to bring some of the newer Perl API features to older versions of Perl, so that you can worry less about keeping track of old releases, but users can still reap the benefit. end requires perl = %{perl_version} end files %{libdir}/perl5/Devel/PPPort.pm %{libdir}/perl5/auto/Devel/PPPort/PPPort.so %{mandir}/man3/Devel::PPPort.3* end end package perl-Devel-SelfStubber version = 1.06 arch = noarch summary = Generate stubs for a SelfLoading module description Devel::SelfStubber prints the stubs you need to put in the module before the __DATA__ token (or you can get it to print the entire module with stubs correctly placed). The stubs ensure that if a method is called, it will get loaded. They are needed specifically for inherited autoloaded methods. end requires perl = %{perl_version} end files %{datadir}/perl5/Devel/SelfStubber.pm %{mandir}/man3/Devel::SelfStubber.* end end package perl-Digest version = 1.20 arch = noarch summary = Modules that calculate message digests. description The Digest:: modules calculate digests, also called "fingerprints" or "hashes", of some data, called a message. The digest is (usually) some small/fixed size string. The actual size of the digest depend of the algorithm used. The message is simply a sequence of arbitrary bytes or bits. end requires perl = %{perl_version} perl(MIME::Base64) end files %{libdir}/perl5/Digest !%{libdir}/perl5/Digest/* %{datadir}/perl5/Digest.pm %{datadir}/perl5/Digest/base.pm %{datadir}/perl5/Digest/file.pm %{mandir}/man3/Digest.3* %{mandir}/man3/Digest::base.3* %{mandir}/man3/Digest::file.3* end end package perl-Digest-MD5 version = 2.58 summary = Perl Interface to the MD5 Algorithm. description The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. end requires perl = %{perl_version} perl(Digest::base)>=1.00 end files %{libdir}/perl5/Digest/MD5.pm %{libdir}/perl5/auto/Digest/MD5 %{mandir}/man3/Digest::MD5.3* end end package perl-Digest-SHA version = 6.02 summary = Perl extension for SHA-1/224/256/384/512. description Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data. end requires perl = %{perl_version} perl(Digest::base) perl(MIME::Base64) end files %{bindir}/shasum %{libdir}/perl5/Digest/SHA* %{libdir}/perl5/auto/Digest/SHA %{datadir}/perl5/Digest/SHA* %{mandir}/man1/shasum.1* %{mandir}/man3/Digest::SHA.3* end end package perl-Dumpvalue version = 2.27 arch = noarch summary = Sceen dump of Perl data description Dumpvalue module enables you to print a content of variables and other Perl data structures. end requires perl = %{perl_version} end recommends perl(Devel::Peek) end files %{datadir}/perl5/Dumpvalue.pm %{mandir}/man3/Dumpvalue.3* end end package perl-doc version = %{perl_version} arch = noarch summary = Perl language documentation description This package contains the documentation for the Perl language. It is provides in POD and manual page format. end requires perl = %{perl_version} end files %{datadir}/perl5/pod/*.pod %{mandir}/man1/perl*.* end end package perl-Encode version = 3.17 summary = Character encodings in Perl. description The Encode module provides the interface between Perl strings and the rest of the system. Perl strings are sequences of characters. end requires perl = %{perl_version} end files %{bindir}/piconv %{libdir}/perl5/Encode %{libdir}/perl5/Encode* %{libdir}/perl5/auto/Encode* %{libdir}/perl5/auto/Encode %{datadir}/perl5/Encode !%{datadir}/perl5/Encode/*.e2x !%{datadir}/perl5/Encode/encode.h %{mandir}/man1/piconv.1* %{mandir}/man3/Encode*.3* end end package perl-encoding version = 3.00 summary = Write your Perl script in non-ASCII or non-UTF-8. description With the encoding pragma, you can write your Perl script in any encoding you like (so long as the Encode module supports it) and still enjoy Unicode support. This module is deprecated under perl 5.18 and may be removed in a future version. The easiest and best alternative is to write your scripts in UTF-8. end requires perl = %{perl_version} perl(Carp) perl(Filter::Util::Call) perl(utf8) end files %{libdir}/perl5/encoding.pm %{mandir}/man3/encoding.3* end end package perl-encoding-warnings version = 0.13 arch = noarch summary = Warn on implicit encoding conversions. descripton As of Perl 5.26.0, this module has no effect. The internal Perl feature that was used to implement this module has been removed. Hence, if you load this module on Perl 5.26.0, you will get one warning that the module is no longer supported; and the module will do nothing thereafter. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/encoding %{datadir}/perl5/encoding/warnings.pm %{mandir}/man3/encoding::warnings.3* end end package perl-English version = 1.11 arch = noarch summary = Nice English or awk names for ugly punctuation variables. description This module provides aliases for the built-in variables whose names no one seems to like to read. end requires perl = %{perl_version} end files %{datadir}/perl5/English.pm %{mandir}/man3/English.3* end end package perl-Env version = 1.05 arch = noarch summary = Perl module that imports environment variables as scalars or arrays. description Perl maintains environment variables in a special hash named %%ENV. For when this access method is inconvenient, the Perl module Env allows environment variables to be treated as scalar or array variables. end requires perl = %{perl_version} end files %{datadir}/perl5/Env.pm %{mandir}/man3/Env.3* end end package perl-experimental version = 0.028 arch = noarch summary = Experimental features made easy. description This pragma provides an easy and convenient way to enable or disable experimental features. end requires perl = %{perl_version} end files %{datadir}/perl5/experimental* %{mandir}/man3/experimental* end end package perl-Exporter version = 5.77 arch = noarch summary = Implements default import method for modules. description The Exporter module implements an import method which allows a module to export functions and variables to its users' name spaces. Many modules use Exporter rather than implementing their own import method because Exporter provides a highly flexible interface, with an implementation optimized for the common case. end requires perl = %{perl_version} perl(Carp) >= 1.05 end files %{datadir}/perl5/Exporter %{datadir}/perl5/Exporter* %{mandir}/man3/Exporter* end end package perl-ExtUtils-CBuilder version = 0.280236 arch = noarch summary = Compile and link C code for Perl modules. description This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for other purposes as well. end requires perl = %{perl_version} gcc gcc-c++ perl-devel perl(DynaLoader) perl(ExtUtils::Mksymlists) perl(File::Spec) perl(Perl::OSType) end files %{datadir}/perl5/ExtUtils/CBuilder %{mandir}/man3/ExtUtils::CBuilder* end end package perl-ExtUtils-Constant version = 0.25 arch = noarch summary = Generate XS code to import C header constants description ExtUtils::Constant facilitates generating C and XS wrapper code to allow Perl modules to AUTOLOAD constants defined in C library header files. end requires perl = %{perl_version} perl(Data::Dumper) end files %{datadir}/perl5/ExtUtils/Constant %{datadir}/perl5/ExtUtils/Constant.pm %{mandir}/man3/ExtUtils::Constant::* %{mandir}/man3/ExtUtils::Constant.3* end end package perl-ExtUtils-Command version = 7.64 arch = noarch summary = Perl routines to replace common UNIX commands in Makefiles. description This Perl module is used to replace common UNIX commands. In all cases the functions work with @ARGV rather than taking arguments. This makes them easier to deal with in Makefiles. end requires perl = %{perl_version} perl(File::Find) end files %{datadir}/perl5/ExtUtils/Command.pm %{mandir}/man3/ExtUtils::Command.* end end package perl-ExtUtils-Embed version = 1.35 arch = noarch summary = Utilities for embedding Perl in C/C++ applications. description Utilities for embedding Perl in C/C++ applications. end requires perl = %{perl_version} perl-devel end files %{datadir}/perl5/ExtUtils/Embed* %{mandir}/man3/ExtUtils::Embed* end end package perl-ExtUtils-Install version = 2.20 arch = noarch summary = Install files from here to there. description Handles the installing and uninstalling of perl modules, scripts, man pages, etc. end requires perl = %{perl_version} perl-devel perl(AutoSplit) perl(Data::Dumper) perl(File::Compare) perl(POSIX) end files %{datadir}/perl5/ExtUtils/Install.pm %{datadir}/perl5/ExtUtils/Installed.pm %{datadir}/perl5/ExtUtils/Packlist.pm %{mandir}/man3/ExtUtils::Install.3* %{mandir}/man3/ExtUtils::Installed.3* %{mandir}/man3/ExtUtils::Packlist.3* end end package perl-ExtUtils-MakeMaker version = 7.64 arch = noarch summary = Create a module Makefile. description Create a module Makefile. end requires perl = %{perl_version} perl-devel perl(Data::Dumper) perl(DynaLoader) perl(ExtUtils::Command) perl(ExtUtils::Install) perl(ExtUtils::Manifest) perl(File::Find) perl(Getopt::Long) perl(Pod::Man) perl(Test::Harness) perl(version) perl-ExtUtils-ParseXS end files %{bindir}/instmodsh %{datadir}/perl5/ExtUtils/Command/ %{datadir}/perl5/ExtUtils/Liblist/ %{datadir}/perl5/ExtUtils/Liblist.pm %{datadir}/perl5/ExtUtils/MakeMaker/ %{datadir}/perl5/ExtUtils/MakeMaker.pm %{datadir}/perl5/ExtUtils/MANIFEST.SKIP %{datadir}/perl5/ExtUtils/MM %{datadir}/perl5/ExtUtils/MM*.pm %{datadir}/perl5/ExtUtils/MY.pm %{datadir}/perl5/ExtUtils/Manifest.pm %{datadir}/perl5/ExtUtils/Mkbootstrap.pm %{datadir}/perl5/ExtUtils/Packlist.pm %{datadir}/perl5/ExtUtils/testlib.pm %{mandir}/man1/instmodsh.1* %{mandir}/man3/ExtUtils::Command::MM* %{mandir}/man3/ExtUtils::Liblist.3* %{mandir}/man3/ExtUtils::MM* %{mandir}/man3/ExtUtils::MY.3* %{mandir}/man3/ExtUtils::MakeMaker* %{mandir}/man3/ExtUtils::Manifest.3* %{mandir}/man3/ExtUtils::Mkbootstrap.3* %{mandir}/man3/ExtUtils::Mksymlists.3* %{mandir}/man3/ExtUtils::testlib.3* end end package perl-ExtUtils-Manifest version = 1.73 arch = noarch summary = Utilities to write and check a MANIFEST file. description %{summary} end requires perl = %{perl_version} perl(File::Path) end files %{datadir}/perl5/ExtUtils/Manifest.pm %{datadir}/perl5/ExtUtils/MANIFEST.SKIP %{mandir}/man3/ExtUtils::Manifest.3* end end package perl-ExtUtils-Miniperl version = 1.11 arch = noarch summary = Write the C code for perlmain.c. description writemain() takes an argument list of directories containing archive libraries that relate to perl modules and should be linked into a new perl binary. It writes a corresponding perlmain.c file that is a plain C file containing all the bootstrap code to make the If the first argument to writemain() is a reference to a scalar it is used as the filename to open for ouput. Any other reference is used as the filehandle to write to. Otherwise output defaults to STDOUT. end requires perl = %{perl_version} perl-devel end files %{datadir}/perl5/ExtUtils/Miniperl.pm %{mandir}/man3/ExtUtils::Miniperl.3* end end package perl-ExtUtils-MM-Utils version = 7.44 arch = noarch summary = ExtUtils::MM methods without dependency on ExtUtils::MakeMaker description This is a collection of ExtUtils::MM subroutines that are used by many other modules but that do not need full-featured ExtUtils::MakeMaker. The issue with ExtUtils::MakeMaker is it pulls in Perl header files and that is an overkill for small subroutines. end requires perl = %{perl_version} end files %{datadir}/perl5/ExtUtils/MM/Utils.pm %{mandir}/man3/ExtUtils::MM::Utils.* end end package perl-ExtUtils-ParseXS version = 3.45 arch = noarch summary = Module and a script for converting Perl XS code into C code. description ExtUtils::ParseXS will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. end requires perl = %{perl_version} perl-devel end files %{bindir}/xsubpp %{datadir}/perl5/ExtUtils/ParseXS.pm %{datadir}/perl5/ExtUtils/ParseXS.pod %{datadir}/perl5/ExtUtils/ParseXS/Constants.pm %{datadir}/perl5/ExtUtils/ParseXS/CountLines.pm %{datadir}/perl5/ExtUtils/ParseXS/Eval.pm %{datadir}/perl5/ExtUtils/ParseXS/Utilities.pm %{datadir}/perl5/ExtUtils/Typemaps.pm %{datadir}/perl5/ExtUtils/Typemaps/Cmd.pm %{datadir}/perl5/ExtUtils/Typemaps/InputMap.pm %{datadir}/perl5/ExtUtils/Typemaps/OutputMap.pm %{datadir}/perl5/ExtUtils/Typemaps/Type.pm %{datadir}/perl5/ExtUtils/xsubpp %{mandir}/man1/xsubpp* %{mandir}/man3/ExtUtils::ParseXS.3* %{mandir}/man3/ExtUtils::ParseXS::Constants.3* %{mandir}/man3/ExtUtils::ParseXS::Eval.3* %{mandir}/man3/ExtUtils::ParseXS::Utilities.3* %{mandir}/man3/ExtUtils::Typemaps.3* %{mandir}/man3/ExtUtils::Typemaps::Cmd.3* %{mandir}/man3/ExtUtils::Typemaps::InputMap.3* %{mandir}/man3/ExtUtils::Typemaps::OutputMap.3* %{mandir}/man3/ExtUtils::Typemaps::Type.3* end end package perl-Fcntl version = 1.15 arch = noarch summary = File operation options. description Fcntl module provides file operation related options. end requires perl = %{perl_version} end files %{libdir}/perl5/Fcntl.pm %{libdir}/perl5/auto/Fcntl %{mandir}/man3/Fcntl.3* end end package perl-fields version = 2.27 arch = noarch summary = Compile-time class fields. description The "fields" pragma enables compile-time and run-time verified class fields. end requires perl = %{perl_version} perl(base) perl(Carp) perl(Hash::Util) end files %{datadir}/perl5/fields.pm %{mandir}/man3/fields.3* end end package perl-File-Basename version = 2.85 arch = noarch summary = Parse file paths into directory, file name, and suffix description These routines allow you to parse file paths into their directory, file name, and suffix. end requires perl = %{perl_version} perl(Carp) perl(re) end files %{datadir}/perl5/File/Basename.pm %{mandir}/man3/File::Basename.3* end end package perl-File-Compare version = 1.100.700 arch = noarch summary = Compare files or file handles description A File::Compare Perl module provides functions for comparing a content of two files specified by a file name or a file handle. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/File/Compare.pm %{mandir}/man3/File::Compare.3* end end package perl-File-Copy version = 2.39 arch = noarch summary = Copy files or file handles description A File::Copy module provides two basic functions, copy and move, which are useful for getting the contents of a file from one place to another. end requires perl = %{perl_version} perl(Carp) perl(File::Basename) end files %{datadir}/perl5/File/Copy.pm %{mandir}/man3/File::Copy.3* end end package perl-File-DosGlob version = 1.12 summary = DOS-like globbing description This Perl module implements DOS-like globbing with a few enhancements. It is largely compatible with perlglob.exe in all but one respect--it understands wild cards in directory components. end requires perl = %{perl_version} perl(Text::ParseWords) end files %{libdir}/perl5/File/DosGlob.pm %{libdir}/perl5/auto/File/DosGlob %{mandir}/man3/File::DosGlob.3* end end package perl-File-Fetch version = 1.04 arch = noarch summary = Generic file fetching mechanism. description File::Fetch is a generic file fetching mechanism. end requires perl = %{perl_version} perl(IPC::Cmd)>=0.36 perl(Module::Load::Conditional)>=0.04 perl(Params::Check)>=0.07 end files %{datadir}/perl5/File/Fetch.pm %{mandir}/man3/File::Fetch.3* end end package perl-File-Find version = 1.40 arch = noarch summary = Travers a directory tree description These are functions for searching through directory trees doing work on each file found similar to the Unix find command. end requires perl = %{perl_version} perl(Scalar::Util) end files %{datadir}/perl5/File/Find.pm %{mandir}/man3/File::Find.3* end end package perl-File-Path version = 2.18 arch = noarch summary = Create or remove directory trees. description This module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the file system. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/File/Path.pm %{mandir}/man3/File::Path.3* end end package perl-File-stat version = 1.12 arch = noarch summary = By-Name interface to Perl build-in stat functions description This module overrides the core stat() and lstat() functions, replacing them with versions that return File::stat objects. This object has methods that return the similarly named structure field name from the stat(2) function. end requires perl = %{perl_version} perl(Symbol) end files %{datadir}/perl5/File/stat.pm %{mandir}/man3/File::stat.3* end end package perl-File-Temp version = 0.231.100 arch = noarch summary = Return name and handle of a temporary file safely. description File::Temp can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open file handle of a temporary file. The tempdir() function can be used to create a temporary directory. end requires perl = %{perl_version} perl(File::Path) >= 2.06 perl(POSIX) end files %{datadir}/perl5/File/Temp.pm %{mandir}/man3/File::Temp.3* end end package perl-FileCache version = 1.10 arch = noarch summary = Keep more files open than the system permits. description The "cacheout" function will make sure that there's a file handle open for reading or writing available as the path name you give it. It automatically closes and re-opens files if you exceed your system maximum number of file descriptors, or the suggested maximum. end requires perl = %{perl_version} end files %{datadir}/perl5/FileCache.pm %{mandir}/man3/FileCache.3* end end package perl-FileHandle version = 2.03 arch = noarch summary = Object methods for file handles. description This is an object-oriented interface for opening files and performing input/output operations on them. end requires perl = %{perl_version} perl(Exporter) perl(Fcntl) end files %{datadir}/perl5/FileHandle.pm %{mandir}/man3/FileHandle.3* end end package perl-filetest version = 1.03 arch = noarch summary = Perl pragma to control the filetest permission operators. description The default behavior of file test operators (e.g. "-r") is to use the simple mode bits as returned by the stat() family of system calls. However, many operating systems have additional features to define more complex access rights, for example ACLs (Access Control Lists). For such environments, "use filetest" may help the permission operators to return results more consistent with other tools. end requires perl = %{perl_version} end files %{datadir}/perl5/filetest.pm %{mandir}/man3/filetest.3* end end package perl-Filter version = 1.60 summary = Perl source filters. description Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it. end requires perl = %{perl_version} end files %{libdir}/perl5/auto/Filter/Util %{libdir}/perl5/Filter/Util %{datadir}/perl5/pod/perlfilter.pod %{mandir}/man1/perlfilter.* %{mandir}/man3/Filter::Util::* end end package perl-Filter-Simple version = 0.96 arch = noarch summary = Simplified Perl source filtering. description The Filter::Simple Perl module provides a simplified interface to Filter::Util::Call; one that is sufficient for most common cases. end requires perl = %{perl_version} perl(Text::Balanced) >= 1.97 end files %{datadir}/perl5/Filter/Simple.pm %{mandir}/man3/Filter::Simple.3* end end package perl-FindBin version = 1.53 arch = noarch summary = Locate a directory of an original Perl script description Locates the full path to the script bin directory to allow the use of paths relative to the bin directory. end requires perl = %{perl_version} end files %{datadir}/perl5/FindBin.pm %{mandir}/man3/FindBin.* end end package perl-GDBM_File version = 1.23 summary = Perl5 access to the gdbm library. description GDBM_File is a module which allows Perl programs to make use of the facilities provided by the GNU gdbm library. end requires perl = %{perl_version} end files %{libdir}/perl5/GDBM_File.pm %{libdir}/perl5/auto/GDBM_File %{mandir}/man3/GDBM_File.3* end end package perl-Getopt-Long version = 2.52 arch = noarch summary = Extended processing of command line options. description The Getopt::Long module implements an extended getopt function called GetOptions(). It parses the command line from @ARGV, recognizing and removing specified options and their possible values. end requires perl = %{perl_version} perl(Text::ParseWords) perl(Pod::Usage) >= 1.14 end files %{datadir}/perl5/Getopt/Long.pm %{mandir}/man3/Getopt::Long.3* end end package perl-Getopt-Std version = 1.13 arch = noarch summary = Process single-character switches with switch clustering description The Getopt::Std module provides functions for processing single-character switches with switch clustering. Pass one argument which is a string containing all switches to be recognized. end requires perl = %{perl_version} end files %{datadir}/perl5/Getopt/Std.pm %{mandir}/man3/Getopt::Std.3* end end package perl-Hash-Util version = 0.28 summary = General-utility hash subroutines description Hash::Util contains special functions for manipulating hashes that don't really warrant a keyword. end requires perl = %{perl_version} perl(Hash::Util::FieldHash) perl(XSLoader) end files %{libdir}/perl5/Hash/Util.pm %{libdir}/perl5/auto/Hash/Util %{libdir}/perl5/auto/Hash/Util/Util.so %{mandir}/man3/Hash::Util.3* end end package perl-Hash-Util-FieldHash version = 1.26 summary = Support for inside-out classes description Hash::Util::FieldHash offers a number of functions in support of the inside-out technique of class construction. end requires perl = %{perl_version} perl(XSLoader) end files %{libdir}/perl5/auto/Hash/Util/FieldHash %{libdir}/perl5/Hash/Util/FieldHash.pm %{mandir}/man3/Hash::Util::FieldHash.3* end end package perl-HTTP-Tiny version = 0.080 arch = noarch summary = A small, simple, correct HTTP/1.1 client. description This is a very simple HTTP/1.1 client, designed primarily for doing simple GET requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies (currently only non-authenticating ones) and redirection. It also correctly resumes after EINTR. end requires perl = %{perl_version} perl(Carp) perl(IO::Socket) perl(Time::Local) end files %{datadir}/perl5/HTTP/Tiny.pm %{mandir}/man5/HTTP::Tiny* end end package perl-if version = 0.61.000 arch = noarch summary = Use a Perl module if a condition holds description The "if" module is used to conditionally load another module. end requires perl = %{perl_version} end files %{datadir}/perl5/if.pm %{mandir}/man3/if.3* end end package perl-IO version = 1.50 summary = Perl input/output modules description This is a collection of Perl input/output modules. end requires perl = %{perl_version} end files %{datadir}/perl5/IO %{datadir}/perl5/IO.pm %{datadir}/perl5/IO/Dir.pm %{datadir}/perl5/IO/File.pm %{datadir}/perl5/IO/Handle.pm %{datadir}/perl5/IO/Pipe.pm %{datadir}/perl5/IO/Poll.pm %{datadir}/perl5/IO/Seekable.pm %{datadir}/perl5/IO/Select.pm %{datadir}/perl5/IO/Socket %{datadir}/perl5/IO/Socket/INET.pm %{datadir}/perl5/IO/Socket/UNIX.pm %{datadir}/perl5/IO/Socket.pm %{datadir}/perl5/auto/IO %{datadir}/perl5/auto/IO/IO.so %{mandir}/man3/IO.* %{mandir}/man3/IO::Dir.* %{mandir}/man3/IO::File.* %{mandir}/man3/IO::Handle.* %{mandir}/man3/IO::Pipe.* %{mandir}/man3/IO::Poll.* %{mandir}/man3/IO::Seekable.* %{mandir}/man3/IO::Select.* %{mandir}/man3/IO::Socket::INET.* %{mandir}/man3/IO::Socket::UNIX.* %{mandir}/man3/IO::Socket.* end end package perl-IO-Compress version = 2.106 arch = noarch summary = IO::Compress wrapper for modules. description This module is the base class for all IO::Compress and IO::Uncompress modules. This module is not intended for direct use in application code. Its sole purpose is to to be sub-classed by IO::Compress modules. end requires perl = %{perl_version} end provides perl(IO::Uncompress::Bunzip2) end files %{datadir}/perl5/Compress/Zlib.pm %{libdir}/perl5/auto/Compress/Zlib/ %{mandir}/man3/Compress::Zlib* %{datadir}/perl5/File/GlobMapper.pm %{datadir}/perl5/IO/Compress/Base/ %{datadir}/perl5/IO/Compress/Base.pm %{datadir}/perl5/IO/Uncompress/AnyUncompress.pm %{datadir}/perl5/IO/Uncompress/Base.pm %{mandir}/man3/File::GlobMapper.* %{mandir}/man3/IO::Compress::Base.* %{mandir}/man3/IO::Uncompress::AnyUncompress.* %{mandir}/man3/IO::Uncompress::Base.* end end package perl-IO-Socket-IP version = 0.41 arch = noarch summary = Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6. description This module provides a protocol-independent way to use IPv4 and IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most constructor arguments and methods are provided in a backward-compatible way. end requires perl = %{perl_version} end files %{datadir}/perl5/IO/Socket/IP.pm %{mandir}/man3/IO::Socket::IP.* end end package perl-IO-Zlib version = 1.11 arch = noarch summary = Perl IO:: style interface to Compress::Zlib. description This modules provides an IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object so you can have common code that doesn't know which sort of file it is using. end requires perl = %{perl_version} perl(Compress::Zlib) end files %{datadir}/perl5/IO/Zlib.pm %{mandir}/man3/IO::Zlib.* end end package perl-IPC-Cmd version = 1.04 arch = noarch summary = Finding and running system commands made easy. description IPC::Cmd allows you to run commands, interactively if desired, in a platform independent way, but have them still work. end requires perl = %{perl_version} perl(ExtUtils::MakeMaker) end files %{datadir}/perl5/IPC/Cmd.pm %{mandir}/man3/IPC::Cmd.3* end end package perl-IPC-Open3 version = 1.22 arch = noarch summary = Open a process for reading, writing, and error handling. description These are functions that spawn a given command and connects the standard output of the command for reading, standard output for writing, and standard error output for handling the errors. end requires perl = %{perl_version} perl(Fcntl) perl(IO::Pipe) perl(POSIX) perl(warnings) end files %{datadir}/perl5/IPC/Open2.pm %{datadir}/perl5/IPC/Open3.pm %{mandir}/man3/IPC::Open2.3* %{mandir}/man3/IPC::Open3.3* end end package perl-IPC-SysV version = 2.08 summary = Object interface to System V IPC. description This is an object interface for System V messages, semaphores, and inter-process calls. end requires perl = %{perl_version} perl(DynaLoader) end files %{libdir}/perl5/auto/IPC %{libdir}/perl5/IPC %{libdir}/perl5/IPC/Msg.pm %{libdir}/perl5/IPC/Semaphore.pm %{libdir}/perl5/IPC/SharedMem.pm %{libdir}/perl5/IPC/SysV.pm %{mandir}/man3/IPC::Msg.* %{mandir}/man3/IPC::Semaphore.* %{mandir}/man3/IPC::SharedMem.* %{mandir}/man3/IPC::SysV.* end end package perl-I18N-Collate version = 1.02 arch = noarch summary = Compare 8-bit scalar data according to the current locale description This module provides you with objects that will collate according to your national character set. This module is deprecated. See the perllocale manual page for further information. end requires perl = %{perl_version} end files %{datadir}/perl5/I18N/Collate.pm %{mandir}/man3/I18N::Collate.* end end package perl-I18N-Langinfo version = 0.21 arch = noarch summary = Query locale information description The langinfo() function queries various locale information that can be used to localize output and user interfaces. It uses the current underlying locale, regardless of whether or not it was called from within the scope of "use locale". end requires perl = %{perl_version} end files %{libdir}/perl5/auto/I18N %{libdir}/perl5/I18N %{mandir}/man3/I18N::Langinfo.* end end package perl-I18N-LangTags version = 0.45 arch = noarch summary = Functions for dealing with RFC 3066 language tags. description Language tags are a formalism, described in RFC 3066, for declaring what language form (language and possibly dialect) a given chunk of information is in. This library provides functions for common tasks involving language tags as they are needed in a variety of protocols and applications. end requires perl = %{perl_version} perl(integer) perl(warnings) end files %{datadir}/perl5/I18N/LangTags %{datadir}/perl5/I18N/LangTags.pm %{mandir}/man3/I18N::LangTags.* %{mandir}/man3/I18N::LangTags::* end end package perl-JSON-PP version = 4.07 arch = noarch summary = JSON::XS compatible pure-Perl module. description JSON::XS is the fastest and most proper JSON module on CPAN. It is written by Marc Lehmann in C, so must be compiled and installed in the used environment. JSON::PP is a pure-Perl module and is compatible with JSON::XS. end requires perl = %{perl_version} perl(Data::Dumper) perl(Encode) perl(Math::BigFloat) perl(Math::BigInt) perl(Scalar::Util) perl(subs) end files %{bindir}/json_pp %{datadir}/perl5/JSON/PP %{datadir}/perl5/JSON/PP.pm %{mandir}/man1/json_pp.1* %{mandir}/man3/JSON::PP.3* %{mandir}/man3/JSON::PP::Boolean.3pm* end end package perl-libnet version = 3.14 arch = noarch summary = Perl clients for various network protocols description This is a collection of Perl modules which provides a simple and consistent programming interface (API) to the client side of various protocols used in the internet community. end requires perl = %{perl_version} perl(File::Basename) perl(IO::Socket) >= 1.05 perl(IO::Socket::IP) >= 0.20 perl(POSIX) perl(Socket) >= 2.016 perl(utf8) end files %{datadir}/perl5/Net/Cmd.pm %{datadir}/perl5/Net/Config.pm %{datadir}/perl5/Net/Domain.pm %{datadir}/perl5/Net/FTP %{datadir}/perl5/Net/FTP.pm %{datadir}/perl5/Net/libnetFAQ.pod %{datadir}/perl5/Net/NNTP.pm %{datadir}/perl5/Net/Netrc.pm %{datadir}/perl5/Net/POP3.pm %{datadir}/perl5/Net/SMTP.pm %{datadir}/perl5/Net/Time.pm %{mandir}/man3/Net::Cmd.* %{mandir}/man3/Net::Config.* %{mandir}/man3/Net::Domain.* %{mandir}/man3/Net::FTP.* %{mandir}/man3/Net::libnetFAQ.* %{mandir}/man3/Net::NNTP.* %{mandir}/man3/Net::Netrc.* %{mandir}/man3/Net::POP3.* %{mandir}/man3/Net::SMTP.* %{mandir}/man3/Net::Time.* end end package perl-libnetcfg version = %{perl_version} arch = noarch summary = Configure libnet description The libnetcfg utility can be used to configure the libnet. end requires perl = %{perl_version} end files %{bindir}/libnetcfg %{mandir}/man1/libnetcfg* end end package perl-locale version = 1.10 arch = noarch summary = Pragma to use or avoid POSIX locales for built-in operations. description This pragma tells the compiler to enable (or disable) the use of POSIX locales for built-in operations (for example, LC_CTYPE for regular expressions, LC_COLLATE for string comparison, and LC_NUMERIC for number formatting). Each "use locale" or "no locale" affects statements to the end of the enclosing block. end requires perl = %{perl_version} perl(Carp) perl(POSIX) end files %{datadir}/perl5/locale.pm %{mandir}/man3/locale.* end end package perl-Locale-Maketext version = 1.31 arch = noarch summary = Framework for localization. description It is a common feature of applications (whether run directly, or via the Web) for them to be "localized" -- i.e., for them to present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it's programmed with. Locale::Maketext is a framework for software localization; it provides you with the tools for organizing and accessing the bits of text and text-processing code that you need for producing localized applications. end requires perl = %{perl_version} end files %{datadir}/perl5/Locale/Maketext.* %{datadir}/perl5/Locale/Maketext/Cookbook.* %{datadir}/perl5/Locale/Maketext/Guts.* %{datadir}/perl5/Locale/Maketext/GutsLoader.* %{datadir}/perl5/Locale/Maketext/TPJ13.* %{mandir}/man3/Locale::Maketext.* %{mandir}/man3/Locale::Maketext::Cookbook.* %{mandir}/man3/Locale::Maketext::Guts.* %{mandir}/man3/Locale::Maketext::GutsLoader.* %{mandir}/man3/Locale::Maketext::TPJ13.* end end package perl-Locale-Maketext-Simple version = 0.21 arch = noarch license = MIT summary = Simple interface to Locale::Maketext::Lexicon. description This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating Language Classes for module authors. end requires perl = %{perl_version} end files %{datadir}/perl5/Locale/Maketext/Simple.pm %{mandir}/man3/Locale::Maketext::Simple.* end end package perl-Math-BigInt version = 1.9998.30 arch = noarch summary = Arbitrary-size integer and float mathematics. description This provides Perl modules for arbitrary-size integer and float mathematics. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/Math/BigFloat.pm %{datadir}/perl5/Math/BigInt.pm %{datadir}/perl5/Math/BigInt %{datadir}/perl5/Math/BigInt/Calc.pm %{datadir}/perl5/Math/BigInt/Lib.pm %{mandir}/man3/Math::BigFloat.* %{mandir}/man3/Math::BigInt.* %{mandir}/man3/Math::BigInt::Calc.* %{mandir}/man3/Math::BigInt::Lib.* end end package perl-Math-BigInt-FastCalc version = 0.501.200 summary = Math::BigInt::Calc XS implementation description This package provides support for faster big integer calculations. end requires perl = %{perl_version} end files %{libdir}/perl5/Math %{libdir}/perl5/auto/Math %{mandir}/man3/Math::BigInt::FastCalc.* end end package perl-Math-BigRat version = 0.2621 arch = noarch summary = Arbitrary big rational numbers description Math::BigRat complements Math::BigInt and Math::BigFloat by providing support for arbitrary big rational numbers. end requires perl = %{perl_version} perl(Math::BigInt) end files %{datadir}/perl5/Math/BigRat.pm %{mandir}/man3/Math::BigRat.* end end package perl-Math-Complex version = 1.59 arch = noarch summary = Complex numbers and trigonometric functions. description This package lets you create and manipulate complex numbers. By default, Perl limits itself to real numbers, but an extra "use" statement brings full complex support, along with a full set of mathematical functions typically associated with and/or extended to complex numbers. end requires perl = %{perl_version} end files %{datadir}/perl5/Math/Complex.pm %{datadir}/perl5/Math/Trig.pm %{mandir}/man3/Math::Complex.* %{mandir}/man3/Math::Trig.* end end package perl-Memoize version = 1.03 arch = noarch summary = Transparently speed up functions by caching return values. description Memoizing a function makes it faster by trading space for time. It does this by caching the return values of the function in a table. If you call the function again with the same arguments, memoize jumps in and gives you the value out of the table, instead of letting the function compute the value all over again. end requires perl = %{perl_version} end files %{datadir}/perl5/Memoize %{datadir}/perl5/Memoize.pm %{mandir}/man3/Memoize::* %{mandir}/man3/Memoize.* end end package perl-meta-notation version = %{perl_version} arch = noarch summary = Change nonprintable characters below 0x100 into printables. description Returns a copy of the input string with the nonprintable characters below 0x100 changed into printables. Any ASCII printables or above 0xFF are unchanged. end requires perl = %{perl_version} end files %{datadir}/perl5/meta_notation.pm end end package perl-MIME-Base64 version = 3.16 summary = Encoding and decoding of Base64 and quoted-printable strings. description This package contains a Base64 encoder/decoder and a quoted-printable encoder/decoder. These encoding methods are specified in RFC 2045 - MIME (Multipurpose Internet Mail Extensions). end requires perl = %{perl_version} end files %{libdir}/perl5/auto/MIME %{libdir}/perl5/MIME %{mandir}/man3/MIME::* end end package perl-Module-CoreList version = 5.20220520 arch = noarch summary = Perl core modules indexed by perl versions. description Module::CoreList contains the hash of hashes %Module::CoreList::version, this is keyed on perl version as indicated in $]. The second level hash is module => version pairs. end requires perl = %{perl_version} end files %{datadir}/perl5/Module/CoreList %{datadir}/perl5/Module/CoreList.pm %{datadir}/perl5/Module/CoreList.pod %{mandir}/man3/Module::CoreList* end end package perl-Module-CoreList-tools version = 5.20220520 arch = noarch summary = Tool for listing modules shipped with perl. description This package provides a corelist(1) tool which can be used to query what modules were shipped with given perl version. end requires perl = %{perl_version} perl-Module-CoreList end files %{bindir}/corelist %{mandir}/man1/corelist* end end package perl-Module-Load version = 0.36 arch = noarch summary = Runtime require of both modules and files. description Module::Load eliminates the need to know whether you are trying to require either a file or a module. end requires perl = %{perl_version} end files %{datadir}/perl5/Module/Load.pm %{mandir}/man3/Module::Load.* end end package perl-Module-Load-Conditional version = 0.74 arch = noarch summary = Looking up module information / loading at runtime. description Module::Load::Conditional provides simple ways to query and possibly load any of the modules you have installed on your system during runtime. end requires perl = %{perl_version} end files %{datadir}/perl5/Module/Load/ %{mandir}/man3/Module::Load::Conditional* end end package perl-Module-Loaded version = 0.08 arch = noarch summary = Mark modules as loaded or unloaded. description When testing applications, often you find yourself needing to provide functionality in your test environment that would usually be provided by external modules. Rather than munging the %INC by hand to mark these external modules as loaded, so they are not attempted to be loaded by perl, this module offers you a very simple way to mark modules as loaded and/or unloaded. end requires perl = %{perl_version} end files %{datadir}/perl5/Module/Loaded.pm %{mandir}/man3/Module::Loaded* end end package perl-Module-Metadata version = 1.000037 arch = noarch summary = Gather package and POD information from perl module files. description Gather package and POD information from perl module files. end requires perl = %{perl_version} end files %{datadir}/perl5/Module/Metadata.pm %{mandir}/man3/Module::Metadata.3pm* end end package perl-mro version = 1.26 summary = Method resolution order description The "mro" name space provides several utilities for dealing with method resolution order and method caching in general. end requires perl = %{perl_version} end files %{libdir}/perl5/auto/mro %{libdir}/perl5/mro.pm %{mandir}/man3/mro.3* end end package perl-NDBM_File version = 1.15 summary = Tied access to ndbm files. description NDBM_File establishes a connection between a Perl hash variable and a file in ndbm format. You can manipulate the data in the file just as if it were in a Perl hash, but when your program exits, the data will remain in the file, to be used the next time your program runs. end requires perl = %{perl_version} end files %{libdir}/perl5/NDBM_File.pm %{libdir}/perl5/auto/NDBM_File %{mandir}/man3/NDBM_File.3* end end package perl-Net version = 1.03 arch = noarch summary = By-name interface to Perl built-in network resolver. description This package provide object-oriented interface to Perl built-in gethost*(), getnet*(), getproto*(), and getserv*() functions. end requires perl = %{perl_version} perl(Socket) end files %{datadir}/perl5/Net/hostent.pm %{datadir}/perl5/Net/netent.pm %{datadir}/perl5/Net/protoent.pm %{datadir}/perl5/Net/servent.pm %{mandir}/man3/Net::hostent.3* %{mandir}/man3/Net::netent.3* %{mandir}/man3/Net::protoent.3* %{mandir}/man3/Net::servent.3* end end package perl-Net-Ping version = 2.74 arch = noarch summary = Check a remote host for reachability. description Net::Ping module contains methods to test the reachability of remote hosts on a network. end requires perl = %{perl_version} perl(IO::Socket::INET) end # Keep Net::Ping::External optional suggests perl(Net::Ping::External) end files %{datadir}/perl5/Net/Ping.pm %{mandir}/man3/Net::Ping.* end end package perl-NEXT version = 0.69 arch = noarch summary = Pseudo-class that allows method redispatch. description The NEXT module adds a pseudo-class named "NEXT" to any program that uses it. If a method "m" calls "$self->NEXT::m()", the call to "m" is redispatched as if the calling method had not originally been found. end requires perl = %{perl_version} end files %{datadir}/perl5/NEXT.pm %{mandir}/man3/NEXT.* end end package perl-ODBM_File version = 1.17 summary = Tied access to odbm files description ODBM_File establishes a connection between a Perl hash variable and a file in odbm format. You can manipulate the data in the file just as if it were in a Perl hash, but when your program exits, the data will remain in the file, to be used the next time your program runs. end requires perl = %{perl_version} end files %{libdir}/perl5/ODBM_File.pm %{libdir}/perl5/auto/ODBM_File %{mandir}/man3/ODBM_File.3* end end package perl-Opcode version = 1.57 summary = Disable named opcodes when compiling a perl code. description The Opcode module allows you to define an operator mask to be in effect when perl next compiles any code. Attempting to compile code which contains a masked opcode will cause the compilation to fail with an error. The code will not be executed. end requires perl = %{perl_version} end files %{libdir}/perl5/auto/Opcode %{libdir}/perl5/Opcode.pm %{libdir}/perl5/ops.pm %{mandir}/man3/Opcode.3* %{mandir}/man3/ops.3* end end package perl-open version = 1.13 arch = noarch summary = Perl pragma to set default PerlIO layers for input and output. description The "open" pragma serves as one of the interfaces to declare default "layers" (also known as "disciplines") for all I/O. end requires perl = %{perl_version} perl(Carp) perl(Encode) perl(encoding) end files %{datadir}/perl5/open.pm %{mandir}/man3/open.3* end end package perl-overload version = 1.35 arch = noarch summary = Overloading Perl operations. description The "overload" pragma allows overloading of Perl operators for a class. To overload built-in functions, see "Overriding Built-in Functions" in perlsub POD instead. end requires perl = %{perl_version} perl(mro) perl(Scalar::Util) perl(overloading) end files %{datadir}/perl5/overload.pm %{mandir}/man3/overload.3* end end package perl-overloading version = 0.02 arch = noarch summary = Perl pragma to lexically control overloading. description Overloading pragma allows you to lexically disable or enable overloading. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/overload/numbers.pm %{datadir}/perl5/overloading.pm %{mandir}/man3/overloading.3* end end package perl-Params-Check version = 0.38 arch = noarch summary = Generic input parsing/checking mechanism. description Params::Check is a generic input parsing/checking mechanism. end requires perl = %{perl_version} end provides perl(Params::Check) end files %{datadir}/perl5/Params/ %{mandir}/man3/Params::Check* end end package perl-Parse-CPAN-Meta version = 1.4414 arch = noarch summary = Parse META.yml and other similar CPAN metadata files. description Parse::CPAN::Meta is a parser for META.yml files, based on the parser half of YAML::Tiny. end requires perl = %{perl_version} end files %{datadir}/perl5/Parse/CPAN/Meta.pm %{mandir}/man3/Parse::CPAN::Meta.3* end end package perl-Path-Tools version = 3.84 license = (GPL+ or Artistic) and BSD summary = PathTools Perl module (Cwd, File::Spec). description PathTools Perl module (Cwd, File::Spec). end requires perl = %{perl_version} perl(Carp) perl(Errno) perl(Scalar::Util) perl(XSLoader) end files %{libdir}/perl5/Cwd.pm %{libdir}/perl5/File/Spec %{libdir}/perl5/File/Spec* %{libdir}/perl5/auto/Cwd %{mandir}/man3/Cwd* %{mandir}/man3/File::Spec* end end package perl-PerlIO-via-QuotedPrint version = 0.09 arch = noarch summary = PerlIO layer for quoted-printable strings. description This module implements a PerlIO layer that works on files encoded in the quoted-printable format. It will decode from quoted-printable while reading from a handle, and it will encode as quoted-printable while writing to a handle. end requires perl = %{perl_version} end files %{datadir}/perl5/PerlIO/via/ %{datadir}/perl5/PerlIO/via/QuotedPrint.pm %{mandir}/man3/PerlIO::via::QuotedPrint.* end end package perl-Perl-OSType version = 1.010 arch = noarch summary = Map perl operating system names to generic types. description Modules that provide OS-specific behaviors often need to know if the current operating system matches a more generic type of operating systems. For example, 'linux' is a type of 'Unix' operating system and so is 'freebsd'. This module provides a mapping between an operating system name as given by $^O and a more generic type. The initial version is based on the OS type mappings provided in Module::Build and ExtUtils::CBuilder (thus, Microsoft operating systems are given the type 'Windows' rather than 'Win32'). end requires perl = %{perl_version} end files %{datadir}/perl5/Perl/OSType.pm %{mandir}/man3/Perl::OSType.3pm* end end package perl-ph version = %{perl_version} summary = Selected system header files converted to Perl headers. description Contemporary Perl still refers to some Perl header (ph) files although it does not build them anymore. This is a prebuilt collection of the referred files. If you miss other ones, you can generate them with h2ph tool from perl-utils package. end provides perl(sys/ioctl.ph) = %{perl_version} perl(sys/syscall.ph) = %{perl_version} perl(syscall.ph) = %{perl_version} end requires perl = %{perl_version} perl-libs = %{perl_version} perl(warnings) end files %{libdir}/perl5/asm %{libdir}/perl5/asm-generic %{libdir}/perl5/bits %{libdir}/perl5/features*.ph %{libdir}/perl5/gnu %{libdir}/perl5/_h2ph_pre.ph %{libdir}/perl5/linux %{libdir}/perl5/stdc-predef.ph %{libdir}/perl5/sys %{libdir}/perl5/syscall.ph end end package perl-Pod-Checker version = 1.74 arch = noarch summary = Check POD documents for syntax errors. description Module and tools to verify POD documentation contents for compliance with the Plain Old Documentation format specifications. end requires perl = %{perl_version} end files %{bindir}/podchecker %{datadir}/perl5/Pod/Checker.pm %{mandir}/man1/podchecker.* %{mandir}/man3/Pod::Checker.* end end package perl-Pod-Escapes version = 1.07 arch = noarch summary = Perl module for resolving POD escape sequences. description This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters. end requires perl = %{perl_version} end files %{datadir}/perl5/Pod/Escapes.pm %{mandir}/man3/Pod::Escapes.* end end package perl-Pod-Functions version = 1.14 arch = noarch summary = Group Perl functions as in perlfunc POD. description This module enumerates the Perl functions that are documented in perlfunc POD. end requires perl = %{perl_version} perl-libs = %{perl_version} end files %{datadir}/perl5/Pod/Functions.pm end end package perl-Pod-HTML version = 1.33 arch = noarch summary = Convert POD files to HTML. description This package converts files from POD format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference. end requires perl = %{perl_version} end files %{bindir}/pod2html %{datadir}/perl5/Pod/Html %{datadir}/perl5/Pod/Html.pm %{mandir}/man1/pod2html.1* %{mandir}/man3/Pod::Html* end end package perl-Pod-Perldoc version = 3.28.1 arch = noarch summary = Look up Perl documentation in Pod format. description perldoc looks up a piece of documentation in .pod format that is embedded in the perl installation tree or in a perl script, and displays it via "groff -man | $PAGER". This is primarily used for the documentation for the perl library modules. end requires perl = %{perl_version} end files %{bindir}/perldoc %{datadir}/perl5/pod/perldoc.pod %{datadir}/perl5/Pod/Perldoc %{datadir}/perl5/Pod/Perldoc.pm %{mandir}/man1/perldoc.1* %{mandir}/man3/Pod::Perldoc* end end package perl-Pod-Simple version = 3.43 arch = noarch summary = Framework for parsing POD documentation. description Pod::Simple is a Perl library for parsing text in the Pod (plain old documentation) markup language that is typically used for writing documentation for Perl and for Perl modules. end requires perl = %{perl_version} end files %{datadir}/perl5/Pod/Simple/ %{datadir}/perl5/Pod/Simple.pm %{datadir}/perl5/Pod/Simple.pod %{mandir}/man3/Pod::Simple* end end package perl-Pod-Usage version = 2.01 arch = noarch summary = Print a usage message from embedded pod documentation. description pod2usage will print a usage message for the invoking script (using its embedded POD documentation) and then exit the script with the desired exit status. The usage message printed may have any one of three levels of "verboseness": If the verbose level is 0, then only a synopsis is printed. If the verbose level is 1, then the synopsis is printed along with a description (if present) of the command line options and arguments. If the verbose level is 2, then the entire manual page is printed. end requires perl = %{perl_version} perl(Pod::Text) end files %{bindir}/pod2usage %{datadir}/perl5/Pod/Usage.pm %{mandir}/man1/pod2usage.* %{mandir}/man3/Pod::Usage.* end end package perl-parent version = 0.238 arch = noarch summary = Establish an ISA relationship with base classes at compile time. description parent allows you to both load one or more modules, while setting up inheritance from those modules at the same time. end requires perl = %{perl_version} end files %{datadir}/perl5/parent.pm %{mandir}/man3/parent.3* end end package perl-podlators version = 4.14 arch = noarch summary = Format POD source into various output formats. description This package contains Pod::Man and Pod::Text modules which convert POD input to *roff source output, suitable for man pages, or plain text. It also includes several sub-classes of Pod::Text for formatted output to terminals with various capabilities. end requires += \ perl = %{perl_version} \ perl(File::Spec) >= 0.8 \ perl(Pod::Simple) >= 3.06 files %{bindir}/pod2man %{bindir}/pod2text %{datadir}/perl5/pod/perlpodstyle.pod %{datadir}/perl5/Pod/Man.pm %{datadir}/perl5/Pod/ParseLink.pm %{datadir}/perl5/Pod/Text %{datadir}/perl5/Pod/Text.pm %{mandir}/man1/pod2man.1* %{mandir}/man1/pod2text.1* %{mandir}/man1/perlpodstyle.1* %{mandir}/man3/Pod::Man* %{mandir}/man3/Pod::ParseLink* %{mandir}/man3/Pod::Text* end end package perl-POSIX version = 2.03 summary = Perl interface to IEEE Std 1003.1. description The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl interfaces. end requires perl = %{perl_version} end files %{libdir}/perl5/auto/POSIX %{libdir}/perl5/POSIX.* %{mandir}/man3/POSIX.* end end package perl-Safe version = 2.43 arch = noarch summary = Compile and execute code in restricted compartments. description The Safe extension module allows the creation of compartments in which Perl code can be evaluated. Please note that the restriction is not suitable for security purposes. end requires perl = %{perl_version} end files %{datadir}/perl5/Safe.pm %{mandir}/man3/Safe.* end end package perl-Scalar-List-Utils version = 1.62 summary = A selection of general-utility scalar and list subroutines. description Scalar::Util and List::Util contain a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would not really be high enough to warrant the use of a keyword, and the size so small such that being individual extensions would be wasteful. end requires perl = %{perl_version} end files %{libdir}/perl5/List %{libdir}/perl5/Scalar %{libdir}/perl5/Sub %{libdir}/perl5/auto/List %{mandir}/man3/List::Util* %{mandir}/man3/Scalar::Util* %{mandir}/man3/Sub::Util* end end package perl-Search-Dict version = 1.07 arch = noarch summary = Search for a key in a dictionary file. description This module sets file position in a file handle to be first line greater than or equal (string-wise) to a key. end requires perl = %{perl_version} end files %{datadir}/perl5/Search %{mandir}/man3/Search::* end end package perl-SelectSaver version = 1.02 arch = noarch summary = Save and restore selected file handle. description A "SelectSaver" object contains a reference to the file handle that was selected when it was created. When the object is destroyed, it re-selects the file handle that was selected when it was created. end requires perl = %{perl_version} end files %{datadir}/perl5/SelectSaver.pm %{mandir}/man3/SelectSaver.* end end package perl-SelfLoader version = 1.26 arch = noarch summary = Load functions only on demand. description This Perl module tells its users that functions in a package are to be autoloaded from after the "__DATA__" token. See also "Autoloading" in perlsub. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/SelfLoader.pm %{mandir}/man3/SelfLoader.* end end package perl-sigtrap version = 1.10 arch = noarch summary = Perl pragma to enable simple signal handling. description The sigtrap pragma is a simple interface for installing signal handlers. end requires perl = %{perl_version} perl(Symbol) end files %{datadir}/perl5/sigtrap.pm %{mandir}/man3/sigtrap.* end end package perl-Socket version = 2.033 summary = C socket.h defines and structure manipulators. description This module is just a translation of the C socket.h file. Unlike the old mechanism of requiring a translated socket.ph file, this uses the h2xs program (see the Perl source distribution) and your native C compiler. This means that it has a far more likely chance of getting the numbers right. This includes all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc. end requires perl = %{perl_version} perl(Carp) perl(warnings) end files %{libdir}/perl5/auto/Socket/Socket.* %{libdir}/perl5/Socket.pm %{mandir}/man3/Socket.3* end end package perl-sort version = 2.05 arch = noarch summary = Perl pragma to control sort() behavior. description With the "sort" pragma you can control the behavior of the builtin "sort()" function. end requires perl = %{perl_version} perl(Carp) perl(warnings) end files %{datadir}/perl5/sort.pm %{mandir}/man3/sort.* end end package perl-Storable version = 3.26 summary = Persistence for Perl data structures. description The Storable package brings persistence to your Perl data structures containing scalar, array, hash or reference objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. end requires perl = %{perl_version} perl(Carp) perl(Fcntl) perl(IO::File) end files %{libdir}/perl5/Storable.pm %{libdir}/perl5/auto/Storable %{mandir}/man3/Storable.* end end package perl-subs version = 1.04 arch = noarch summary = Perl pragma to predeclare subroutine names. description This will predeclare all the subroutines whose names are in the list, allowing you to use them without parentheses (as list operators) even before they're declared. end requires perl = %{perl_version} end files %{datadir}/perl5/subs.pm %{mandir}/man3/subs.* end end package perl-Symbol version = 1.09 arch = noarch summary = Manipulate Perl symbols and their names. description The Symbol module provides functions for manipulating Perl symbols. end requires perl = %{perl_version} end files %{datadir}/perl5/Symbol.pm %{mandir}/man3/Symbol.* end end package perl-Sys-Hostname version = 1.24 summary = Try every conceivable way to get a hostname. description It attempts several methods of getting the system hostname and then caches the result. end requires perl = %{perl_version} perl(POSIX) perl(XSLoader) end files %{libdir}/perl5/auto/Sys/Hostname %{libdir}/perl5/Sys/Hostname.pm %{mandir}/man3/Sys::Hostname.* end end package perl-Sys-Syslog version = 0.36 summary = Perl interface to the UNIX syslog(3) calls. description Sys::Syslog is an interface to the UNIX syslog(3) function. Call syslog() with a string priority and a list of printf() arguments just like at syslog(3). end requires perl = %{perl_version} perl(XSLoader) end files %{libdir}/perl5/Sys/Syslog.pm %{libdir}/perl5/auto/Sys/Syslog %{mandir}/man3/Sys::Syslog.* end end package perl-Term-ANSIColor version = 5.01 arch = noarch summary = Color screen output using ANSI escape sequences. description This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility functions uncolor(), colorstrip(), colorvalid(), and coloralias(), which have to be explicitly imported to be used. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/Term/ANSIColor.pm %{mandir}/man3/Term::ANSIColor* end end package perl-Term-Cap version = 2.27 arch = noarch summary = Perl termcap interface. description These are low-level functions to extract and use capabilities from a terminal capability (termcap) database. end requires perl = %{perl_version} perl(Carp) ncurses end files %{datadir}/perl5/Term/Cap.pm %{mandir}/man3/Term::Cap.* end end package perl-Term-Complete version = 1.403 arch = noarch summary = Perl word completion. description "Complete" routine provides word completion on a list of words in the array. end requires perl = %{perl_version} end files %{datadir}/perl5/Term/Complete.pm %{mandir}/man3/Term::Complete.* end end package perl-Term-ReadLine version = 1.17 arch = noarch summary = Perl interface to various read-line packages. description This package is just a front end to some other packages. It's a stub to set up a common interface to the various read-line implementations found on CPAN (under the "Term::ReadLine::*" name space). end requires perl = %{perl_version} perl(Term::Cap) end files %{datadir}/perl5/Term/ReadLine.pm %{mandir}/man3/Term::ReadLine.* end end package perl-Test version = 1.31 arch = noarch summary = Simple framework for writing test scripts. description The Test Perl module simplifies the task of writing test files for Perl modules, such that their output is in the format that Test::Harness expects to see. end requires perl = %{perl_version} perl(File::Temp) end files %{datadir}/perl5/Test.pm %{mandir}/man3/Test.* end end package perl-Test-Harness version = 3.44 arch = noarch summary = Run Perl standard test scripts with statistics. description Run Perl standard test scripts with statistics. Use TAP::Parser, Test::Harness package was whole rewritten. end requires perl = %{perl_version} end files %{bindir}/prove %{datadir}/perl5/App/Prove %{datadir}/perl5/App/Prove* %{datadir}/perl5/TAP %{datadir}/perl5/TAP* %{datadir}/perl5/Test/Harness* %{mandir}/man1/prove.1* %{mandir}/man3/App::Prove* %{mandir}/man3/TAP* %{mandir}/man3/Test::Harness* end end package perl-Test-Simple version = 1.302190 arch = noarch summary = Basic utilities for writing tests. description Basic utilities for writing tests. end requires perl = %{perl_version} perl(Data::Dumper) end files !%{datadir}/perl5/Test/Harness* !%{mandir}/man3/Test::Harness* %{datadir}/perl5/ok* %{datadir}/perl5/Test %{datadir}/perl5/Test2* %{datadir}/perl5/Test2 %{mandir}/man3/ok* %{mandir}/man3/Test::* %{mandir}/man3/Test2* end end package perl-Text-Abbrev version = 1.02 arch = noarch summary = Create an abbreviation table from a list. description It stores all unambiguous truncations of each element of a list as keys in an associative array. The values are the original list elements. end requires perl = %{perl_version} end files %{datadir}/perl5/Text/Abbrev.pm %{mandir}/man3/Text::Abbrev.* end end package perl-Text-Balanced version = 2.04 arch = noarch summary = Extract delimited text sequences from strings. description These Perl subroutines may be used to extract a delimited substring, possibly after skipping a specified prefix string. end requires perl = %{perl_version} end files %{datadir}/perl5/Text/Balanced.pm %{mandir}/man3/Text::Balanced.* end end package perl-Text-ParseWords version = 3.31 arch = noarch summary = Parse text into an array of tokens or array of arrays. description Parse text into an array of tokens or array of arrays. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/Text/ParseWords.pm %{mandir}/man3/Text::ParseWords.* end end package perl-Text-Tabs+Wrap version = 2021.0814 arch = noarch summary = Expand tabs and do simple line wrapping. description Text::Tabs performs the same job that the UNIX expand(1) and unexpand(1) commands do: adding or removing tabs from a document. Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break up long lines, it will not join short lines together. end requires perl = %{perl_version} end files %{datadir}/perl5/Text/Tabs.pm %{datadir}/perl5/Text/Wrap.pm %{mandir}/man3/Text::Tabs.* %{mandir}/man3/Text::Wrap.* end end package perl-Thread version = 3.05 arch = noarch summary = Manipulate threads in Perl (for old code only). description This Thread module served as the front end to the old-style thread model, called 5005threads, that has been removed in version 5.10. For old code and interim backwards compatibility, the Thread module has been reworked to function as a front end for the new interpreter threads (ithreads) model. end requires perl = %{perl_version} end files %{datadir}/perl5/Thread.pm %{mandir}/man3/Thread.* end end package perl-Thread-Queue version = 3.14 arch = noarch summary = Thread-safe queues. description This module provides thread-safe FIFO queues that can be accessed safely by any number of threads. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/Thread/Queue.pm %{mandir}/man3/Thread::Queue.* end end package perl-Tie version = 4.6 arch = noarch summary = Base classes for tying variables. description These are Perl modules that helps connecting classes with arrays, hashes, handles, and scalars. end requires perl = %{perl_version} end files %{datadir}/perl5/Tie/Array.pm %{datadir}/perl5/Tie/Handle.pm %{datadir}/perl5/Tie/Scalar.pm %{datadir}/perl5/Tie/StdHandle.pm %{datadir}/perl5/Tie/SubstrHash.pm %{mandir}/man3/Tie::Array.* %{mandir}/man3/Tie::Handle.* %{mandir}/man3/Tie::Scalar.* %{mandir}/man3/Tie::StdHandle.* %{mandir}/man3/Tie::SubstrHash.* end end package perl-Tie-File version = 1.06 arch = noarch summary = Access the lines of a disk file via a Perl array. description Tie::File represents a regular text file as a Perl array. Each element in the array corresponds to a record in the file. The first line of the file is element 0 of the array; the second line is element 1, and so on. The file is not loaded into memory, so this will work even for gigantic files. Changes to the array are reflected in the file immediately. end requires perl = %{perl_version} end files %{datadir}/perl5/Tie/File.pm %{mandir}/man3/Tie::File.* end end package perl-Tie-Memoize version = 1.1 arch = noarch summary = Add data to a hash when needed. description This package allows a tied hash to load its values automatically on the first access, and to use the cached value on the following accesses. end requires perl = %{perl_version} perl(Carp) perl(Tie::ExtraHash) end files %{datadir}/perl5/Tie/Memoize.pm %{mandir}/man3/Tie::Memoize.* end end package perl-Tie-RefHash version = 1.40 arch = noarch summary = Use references as hash keys. description This module provides the ability to use references as hash keys if you first "tie" the hash variable to this module. Normally, only the keys of the tied hash itself are preserved as references; to use references as keys in hashes-of-hashes, use Tie::RefHash::Nestable, included as part of Tie::RefHash. end requires perl = %{perl_version} perl(overload) perl(Scalar::Util) end files %{datadir}/perl5/Tie/RefHash.pm %{mandir}/man3/Tie::RefHash.* end end package perl-Time version = 1.03 arch = noarch summary = By-name interface to Perl built-in time functions. description This package provides an object-oriented interface to Perl built-in gmtime() and localtime () functions. end requires perl = %{perl_version} end files %{datadir}/perl5/Time/gmtime.pm %{datadir}/perl5/Time/localtime.pm %{datadir}/perl5/Time/tm.pm %{mandir}/man3/Time::gmtime.* %{mandir}/man3/Time::localtime.* %{mandir}/man3/Time::tm.* end end package perl-Time-HiRes version = 1.9770 summary = High resolution alarm, sleep, gettimeofday, interval timers. description The Time::HiRes module implements a Perl interface to the usleep, nanosleep, ualarm, gettimeofday, and setitimer/getitimer system calls, in other words, high resolution time and timers. end requires perl = %{perl_version} perl(Carp) end files %{libdir}/perl5/Time/HiRes.pm %{libdir}/perl5/auto/Time/HiRes %{mandir}/man3/Time::HiRes.* end end package perl-Time-Local version = 1.300 arch = noarch summary = Efficiently compute time from local and GMT time. description This module provides functions that are the inverse of built-in perl functions localtime() and gmtime(). They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch (Midnight, January 1, 1970 GMT on Unix, for example). This value can be positive or negative, though POSIX only requires support for positive values, so dates before the system's epoch may not work on all operating systems. end requires perl = %{perl_version} end files %{datadir}/perl5/Time/Local.pm %{mandir}/man3/Time::Local.* end end package perl-Time-Piece version = 1.3401 summary = Time objects from localtime and gmtime. description The Time::Piece module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime or gmtime as documented in perlfunc still behave as expected. end requires perl = %{perl_version} end files %{libdir}/perl5/Time/Piece.pm %{libdir}/perl5/Time/Seconds.pm %{libdir}/perl5/auto/Time/Piece/ %{mandir}/man3/Time::Piece.3* %{mandir}/man3/Time::Seconds.3* end end package perl-threads version = 2.27 summary = Perl interpreter-based threads. description Since Perl 5.8, thread programming has been available using a model called interpreter threads which provides a new Perl interpreter for each thread, and, by default, results in no data or state information being shared between threads. (Prior to Perl 5.8, 5005threads was available through the Thread.pm API. This threading model has been deprecated, and was removed as of Perl 5.10.0.) As just mentioned, all variables are, by default, thread local. To use shared variables, you need to also load threads::shared. end requires perl = %{perl_version} end files %{libdir}/perl5/auto/threads/threads* %{libdir}/perl5/threads.pm %{mandir}/man3/threads.3* end end package perl-threads-shared version = 1.64 summary = Perl extension for sharing data structures between threads. description By default, variables are private to each thread, and each newly created thread gets a private copy of each existing variable. This module allows you to share variables across different threads (and pseudo-forks on Win32). It is used together with the threads module. This module supports the sharing of the following data types only: scalars and scalar refs, arrays and array refs, and hashes and hash refs. end requires perl = %{perl_version} end files %{libdir}/perl5/auto/threads/shared %{libdir}/perl5/threads/shared* %{mandir}/man3/threads::shared* end end package perl-Thread-Semaphore version = 2.13 arch = noarch summary = Thread-safe semaphores. description Semaphores provide a mechanism to regulate access to resources. Unlike locks, semaphores aren't tied to particular scalars, and so may be used to control access to anything you care to use them for. Semaphores don't limit their values to zero and one, so they can be used to control access to some resource that there may be more than one of (e.g., file handles). Increment and decrement amounts aren't fixed at one either, so threads can reserve or return multiple resources at once. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/Thread/Semaphore.pm %{mandir}/man3/Thread::Semaphore.* end end package perl-Unicode-Collate version = 1.31 summary = Unicode Collation Algorithm. description This package is Perl implementation of Unicode Technical Standard #10 (Unicode Collation Algorithm). end requires perl = %{perl_version} perl(Unicode::Normalize) end files %{libdir}/perl5/auto/Unicode/Collate %{libdir}/perl5/Unicode/Collate %{libdir}/perl5/Unicode/Collate.pm %{datadir}/perl5/Unicode/Collate %{mandir}/man3/Unicode::Collate.* %{mandir}/man3/Unicode::Collate::* end end package perl-Unicode-Normalize version = 1.31 summary = Unicode Normalization Forms. description This package provides Perl functions that can convert strings into various Unicode normalization forms as defined in Unicode Standard Annex #15. end requires perl = %{perl_version} end files %{libdir}/perl5/auto/Unicode/Normalize %{libdir}/perl5/Unicode/Normalize.pm %{mandir}/man3/Unicode::Normalize.* end end package perl-Unicode-UCD version = 0.78 arch = noarch summary = Unicode character database. description The Unicode::UCD module offers a series of functions that provide a simple interface to the Unicode Character Database. end requires perl = %{perl_version} perl(Storable) end files %{datadir}/perl5/Unicode/UCD.pm %{mandir}/man3/Unicode::UCD.* end end package perl-User-pwent version = 1.03 arch = noarch summary = By-name interface to Perl built-in user name resolver. description This package provides an object-oriented interface to Perl build-in getgr*() and getpw*() functions. end requires perl = %{perl_version} end files %{datadir}/perl5/User %{mandir}/man3/User::* end end package perl-vars version = 1.05 arch = noarch summary = Perl pragma to predeclare global variable names. description This pragma will predeclare all the variables whose names are in the list, allowing you to use them under "use strict", and disabling any typo warnings for them. For use with variables in the current package for a single scope, the functionality provided by this pragma has been superseded by "our" declarations, available in Perl v5.6.0 or later, and use of this pragma is discouraged. end requires perl = %{perl_version} perl(Carp) end files %{datadir}/perl5/vars.pm %{mandir}/man3/vars.* end end package perl-version version = 0.99.29 arch = noarch summary = Perl extension for Version Objects. description Perl extension for Version Objects. end requires perl = %{perl_version} end files %{datadir}/perl5/version.pm %{datadir}/perl5/version.pod %{datadir}/perl5/version/ %{mandir}/man3/version.3* %{mandir}/man3/version::Internals.3* end end package perl-vmsish version = 1.04 arch = noarch summary = Perl pragma to control VMS-specific language features. description The "vmsish" pragma control VMS-specific features of the Perl language. If you're not running VMS, this module does nothing. end requires perl = %{perl_version} end files %{datadir}/perl5/vmsish.pm %{mandir}/man3/vmsish.* end end package perl-core summary = Base perl metapackage. description A metapackage which requires all of the perl bits and modules in the upstream tarball from perl.org. end requires perl = %{perl_version} perl-libs perl-devel perl-Archive-Tar perl-Attribute-Handlers perl-autodie, perl-AutoLoader perl-AutoSplit perl-autouse, perl-B perl-base perl-Benchmark perl-bignum perl-blib, perl-Carp perl-Class-Struct perl-Compress-Raw-Bzip2 perl-Compress-Raw-Zlib, perl-constant perl-CPAN perl-CPAN-Meta perl-CPAN-Meta-Requirements perl-CPAN-Meta-YAML perl-Data-Dumper perl-DB_File perl-DBM_Filter perl-Devel-Peek perl-Devel-PPPort perl-Devel-SelfStubber perl-Digest perl-Digest-MD5 perl-Digest-SHA perl-doc perl-Dumpvalue perl-Encode perl-encoding perl-encoding-warnings perl-English perl-Env perl-experimental perl-Exporter perl-ExtUtils-CBuilder perl-ExtUtils-Constant perl-ExtUtils-Command perl-ExtUtils-Embed perl-ExtUtils-Install perl-ExtUtils-MakeMaker perl-ExtUtils-Manifest perl-ExtUtils-Miniperl perl-ExtUtils-MM-Utils perl-ExtUtils-ParseXS perl-Fcntl perl-fields perl-File-Basename perl-File-Compare perl-File-Copy perl-File-DosGlob perl-File-Fetch perl-File-Find perl-File-Path perl-File-stat perl-File-Temp perl-FileCache perl-FileHandle perl-filetest perl-Filter perl-Filter-Simple perl-FindBin perl-GDBM_File perl-Getopt-Long perl-Getopt-Std perl-Hash-Util perl-Hash-Util-FieldHash perl-HTTP-Tiny perl-if perl-IO perl-IO-Compress perl-IO-Socket-IP perl-IO-Zlib perl-IPC-Cmd perl-IPC-Open3 perl-IPC-SysV perl-I18N-Collate perl-I18N-Langinfo perl-I18N-LangTags perl-JSON-PP perl-libnet perl-libnetcfg perl-locale perl-Locale-Maketext perl-Locale-Maketext-Simple perl-Math-BigInt perl-Math-BigInt-FastCalc perl-Math-BigRat perl-Math-Complex perl-Memoize perl-MIME-Base64 perl-Module-CoreList perl-Module-CoreList-tools perl-Module-Load perl-Module-Load-Conditional perl-Module-Loaded perl-Module-Metadata perl-mro perl-NDBM_File perl-Net perl-Net-Ping perl-NEXT perl-ODBM_File perl-Opcode perl-open perl-overload perl-overloading perl-parent perl-Path-Tools perl-Params-Check perl-PerlIO-via-QuotedPrint perl-Perl-OSType perl-ph perl-Pod-Checker perl-Pod-Escapes perl-Pod-Functions perl-Pod-HTML perl-Pod-Perldoc perl-Pod-Simple perl-Pod-Usage perl-podlators perl-POSIX perl-Safe perl-Scalar-List-Utils perl-Search-Dict perl-SelectSaver perl-SelfLoader perl-sigtrap perl-Socket perl-sort perl-Storable perl-subs perl-Symbol perl-Sys-Hostname perl-Sys-Syslog perl-Term-ANSIColor perl-Term-Cap perl-Term-Complete perl-Term-ReadLine perl-Test perl-Test-Harness perl-Test-Simple perl-Text-Abbrev perl-Text-Balanced perl-Text-ParseWords perl-Text-Tabs+Wrap perl-Thread perl-Thread-Queue perl-Thread-Semaphore perl-threads perl-threads-shared perl-Tie perl-Tie-File perl-Tie-Memoize perl-Tie-RefHash perl-Time perl-Time-HiRes perl-Time-Local perl-Time-Piece perl-Unicode-Collate perl-Unicode-Normalize perl-Unicode-UCD perl-User-pwent perl-vars perl-version perl-vmsish end files # Nothing. Nada. Zilch. Zarro. Uh uh. Nope. Sorry. end end package %{name}-debuginfo template DEBUGINFO end end