Package perl-File-Next: Information

    Source package: perl-File-Next
    Version: 1.10-alt1
    Build time:  Oct 4, 2012, 12:41 AM
    Category: Development/Perl
    Report package bug
    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->() ) ) {
            
        }

    List of rpms provided by this srpm:
    perl-File-Next (noarch)

    Maintainer: Vitaly Lipatov


    ACL:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-Test-Differences
      2. perl-Test-Pod
      3. perl-Test-Pod-Coverage

    Last changed


    Oct. 3, 2012 Igor Vlasenko 1.10-alt1
    - automated CPAN update
    Jan. 29, 2010 Vladimir Lettiev 1.06-alt1
    - NMU: New version 1.06
    Jan. 30, 2009 Vitaly Lipatov 1.02-alt1
    - initial build for ALT Linux Sisyphus