Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37422507
en ru br
ALT Linux repos
S:1.18-alt1

Group :: Development/Perl
RPM: perl-File-Next

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.18-alt1
Build date: 29 august 2019, 08:41 ( 242.3 weeks ago )
Size: 21.65 Kb

Home page:   http://search.cpan.org/dist/File-Next/

License: Artistic
Summary: File-finding iterator
Description:

File::Next is a lightweight, taint-safe file-finding module.
It's lightweight and has no non-core prerequisites.

   use File::Next;

   my $files = File::Next::files( '/tmp' );

   while ( defined ( my $file = $files->() ) ) {
       
   }

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-File-Next
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin