Update to 0.48

- New upstream release 0.48
  - Add ->os method to ::Filesys
  - Switch from Module::Install to Dist::Zilla
This commit is contained in:
Paul Howarth 2013-10-08 20:53:10 +01:00
parent 6805ffc2a9
commit 21fa4904bc
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-All
Version: 0.47
Version: 0.48
Release: 1%{?dist}
Summary: IO::All Perl module
License: GPL+ or Artistic
@ -8,8 +8,7 @@ URL: http://search.cpan.org/dist/IO-All/
Source0: http://www.cpan.org/authors/id/F/FR/FREW/IO-All-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
# Module Runtime
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
@ -93,6 +92,11 @@ make %{?_smp_mflags} test
%{_mandir}/man3/IO::All::Temp.3pm*
%changelog
* Tue Oct 8 2013 Paul Howarth <paul@city-fan.org> - 0.48-1
- Update to 0.48
- Add ->os method to ::Filesys
- Switch from Module::Install to Dist::Zilla
* Sun Oct 6 2013 Paul Howarth <paul@city-fan.org> - 0.47-1
- Update to 0.47
- Add ->glob method to ::Dir

View File

@ -1 +1 @@
fb2f82547b6c0337e24dee6cbf11fcdb IO-All-0.47.tar.gz
91cf8d019bc3c82e4f611c26864614b1 IO-All-0.48.tar.gz