Package perl-File-Next: Information

    Source package: perl-File-Next
    Version: 1.02-alt1
    Build time:  Jan 30, 2009, 09:47 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

    List of contributors:
    Vitaly Lipatov


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

    Last changed


    Jan. 30, 2009 Vitaly Lipatov 1.02-alt1
    - initial build for ALT Linux Sisyphus