SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-File-Find-Closures rpm build for : OpenSuSE. For other distributions click perl-File-Find-Closures.

Name : perl-File-Find-Closures
Version : 1.116 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2024-01-11 06:31:00
Group : Unspecified Source RPM : perl-File-Find-Closures-1.116-lp154.1.1.src.rpm
Size : 0.02 MB
Packager : https://www_suse_com/
Summary : Functions you can use with File::Find
Description :
I wrote this module as an example of both using closures and using
File::Find. Students are always asking me what closures are good for, and
here\'s some examples. The functions mostly stand alone (i.e. they don\'t
need the rest of the module), so rather than creating a dependency in your
code, just lift the parts you want).

When I use File::Find, I have two headaches—coming up with the \'\\&wanted
function\' to pass to \'find()\', and acculumating the files.

This module provides the \'\\&wanted\' functions as a closures that I can pass
directly to \'find()\'. Actually, for each pre-made closure, I provide a
closure to access the list of files too, so I don\'t have to create a new
array to hold the results.

The filenames are the full path to the file as reported by File::Find.

Unless otherwise noted, the reporter closure returns a list of the
filenames in list context and an anonymous array that is a copy (not a
reference) of the original list. The filenames have been normalized by
\'File::Spec::canonfile\' unless otherwise noted. The list of files has been
processed by \'File::Spec::no_upwards\' so that \".\" and \"..\" (or their
equivalents) do not show up in the list.

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-File-Find-Closures-1.116-lp154.1.1.noarch.rpm
     

Provides :
perl(File::Find::Closures)
perl-File-Find-Closures

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(File::Spec::Functions) >= 3.33
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/File
/usr/lib/perl5/vendor_perl/5.26.1/File/Find
/usr/lib/perl5/vendor_perl/5.26.1/File/Find/Closures.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-File-Find-Closures
/usr/share/doc/packages/perl-File-Find-Closures/Changes
/usr/share/doc/packages/perl-File-Find-Closures/examples
/usr/share/doc/packages/perl-File-Find-Closures/examples/README
/usr/share/licenses/perl-File-Find-Closures
/usr/share/licenses/perl-File-Find-Closures/LICENSE
/usr/share/man/man3/File::Find::Closures.3pm.gz

 
ICM