Update to 0.79

- New upstream release 0.79
  - Add t/000-compile-modules.t
  - Eliminate File::Basename from test/
  - Eliminate spurious trailing whitespace
  - Meta 0.0.2
  - Remove 'use 5.x.x' from code
  - Fix strict/warnings
  - Change testdir to t
  - Replace tabs with spaces
  - Add new overloads from PR/49
  - Doc enhancement (PR/51)
This commit is contained in:
Paul Howarth 2014-09-05 19:03:16 +01:00
parent 005e1f0ed4
commit d0aade5ae8
2 changed files with 18 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: perl-IO-All
Version: 0.68
Release: 2%{?dist}
Version: 0.79
Release: 1%{?dist}
Summary: IO::All Perl module
License: GPL+ or Artistic
Group: Development/Libraries
@ -36,9 +36,10 @@ BuildRequires: perl(Config)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(diagnostics)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Find)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(utf8)
BuildRequires: perl(vars)
# Optional Tests
@ -97,6 +98,19 @@ make %{?_smp_mflags} test RELEASE_TESTING=1
%{_mandir}/man3/IO::All::Temp.3pm*
%changelog
* Fri Sep 5 2014 Paul Howarth <paul@city-fan.org> - 0.79-1
- Update to 0.79
- Add t/000-compile-modules.t
- Eliminate File::Basename from test/
- Eliminate spurious trailing whitespace
- Meta 0.0.2
- Remove 'use 5.x.x' from code
- Fix strict/warnings
- Change testdir to t
- Replace tabs with spaces
- Add new overloads from PR/49
- Doc enhancement (PR/51)
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.68-2
- Perl 5.20 rebuild

View File

@ -1 +1 @@
ce1a80b2e7bc83a9bb2ec33c7607f996 IO-All-0.68.tar.gz
8bf359ea671e3d066a3d1dca432ce589 IO-All-0.79.tar.gz