Package perl-File-Next: Specfile

#
#   - File::Next -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       File::Next
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module File-Next
%define m_distro File-Next
%define m_name File::Next
%define m_author_id unknown
%define _enable_test 1

Name: perl-File-Next
Version: 1.16
Release: alt1

Summary: File-finding iterator

License: Artistic
Group: Development/Perl
Url: %CPAN %m_distro

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch

Source: http://www.cpan.org/authors/id/P/PE/PETDANCE/File-Next-%{version}.tar.gz

# Automatically added by buildreq on Fri Jan 30 2009
BuildRequires: perl-Test-Differences perl-Test-Pod perl-Test-Pod-Coverage

%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->() ) ) {
        # do something...
    }

%prep
%setup -q -n %m_distro-%version

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%perl_vendor_privlib/File/Next.pm

%changelog
* Mon Jul 25 2016 Igor Vlasenko <viy@altlinux.ru> 1.16-alt1
- automated CPAN update

* Mon Jun 13 2016 Igor Vlasenko <viy@altlinux.ru> 1.14-alt1
- automated CPAN update

* Wed Jul 24 2013 Igor Vlasenko <viy@altlinux.ru> 1.12-alt1
- automated CPAN update

* Wed Oct 03 2012 Igor Vlasenko <viy@altlinux.ru> 1.10-alt1
- automated CPAN update

* Fri Jan 29 2010 Vladimir Lettiev <crux@altlinux.ru> 1.06-alt1
- NMU: New version 1.06

* Fri Jan 30 2009 Vitaly Lipatov <lav@altlinux.ru> 1.02-alt1
- initial build for ALT Linux Sisyphus