Package perl-File-Next: Information

    Source package: perl-File-Next
    Version: 1.06-alt1
    Build time:  Feb 2, 2010, 02:18 PM
    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:
    Vladimir Lettiev
    Vitaly Lipatov

    ACL:
    Vitaly Lipatov
    @cpan
    @qa

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

    Last changed


    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