Update to 0.84

- New upstream release 0.84
  - Allow passing an argument to ->relative
  - Pass separator along when tie'ing (GH#52)
  - Add ->copy method
  - Prefix private methods with underscores
This commit is contained in:
Paul Howarth 2014-12-15 14:25:57 +00:00
parent dcfb5918bd
commit a37051315d
2 changed files with 22 additions and 14 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-All
Version: 0.82
Version: 0.84
Release: 1%{?dist}
Summary: IO::All Perl module
License: GPL+ or Artistic
@ -88,22 +88,30 @@ make %{?_smp_mflags} test RELEASE_TESTING=1
%license LICENSE
%doc Changes CONTRIBUTING README example/
%{perl_vendorlib}/IO/
%{_mandir}/man3/IO::All.3pm*
%{_mandir}/man3/IO::All::DBM.3pm*
%{_mandir}/man3/IO::All::Dir.3pm*
%{_mandir}/man3/IO::All::File.3pm*
%{_mandir}/man3/IO::All::Filesys.3pm*
%{_mandir}/man3/IO::All::Link.3pm*
%{_mandir}/man3/IO::All::MLDBM.3pm*
%{_mandir}/man3/IO::All::Pipe.3pm*
%{_mandir}/man3/IO::All::STDIO.3pm*
%{_mandir}/man3/IO::All::Socket.3pm*
%{_mandir}/man3/IO::All::String.3pm*
%{_mandir}/man3/IO::All::Temp.3pm*
%{_mandir}/man3/IO::All.3*
%{_mandir}/man3/IO::All::DBM.3*
%{_mandir}/man3/IO::All::Dir.3*
%{_mandir}/man3/IO::All::File.3*
%{_mandir}/man3/IO::All::Filesys.3*
%{_mandir}/man3/IO::All::Link.3*
%{_mandir}/man3/IO::All::MLDBM.3*
%{_mandir}/man3/IO::All::Pipe.3*
%{_mandir}/man3/IO::All::STDIO.3*
%{_mandir}/man3/IO::All::Socket.3*
%{_mandir}/man3/IO::All::String.3*
%{_mandir}/man3/IO::All::Temp.3*
%changelog
* Mon Dec 15 2014 Paul Howarth <paul@city-fan.org> - 0.84-1
- Update to 0.84
- Allow passing an argument to ->relative
- Pass separator along when tie'ing (GH#52)
- Add ->copy method
- Prefix private methods with underscores
* Fri Nov 14 2014 Petr Pisar <ppisar@redhat.com> - 0.82-1
- 0.82 bump
- Use bsd_glob for ::Dir->glob
* Thu Nov 6 2014 Paul Howarth <paul@city-fan.org> - 0.81-1
- Update to 0.81

View File

@ -1 +1 @@
56035da0e52d18831c512a2b9e1a5128 IO-All-0.82.tar.gz
79d6126f35c9b1b13941bcfe87996717 IO-All-0.84.tar.gz