Update to 0.58

- New upstream release 0.58
  - Fix canonpath on MSWin32
  - Fix marking files as both binary and utf8 (closes GH#36)
This commit is contained in:
Paul Howarth 2014-03-03 10:11:22 +00:00
parent 5b62611ecc
commit 013d4ccc81
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-All
Version: 0.57
Version: 0.58
Release: 1%{?dist}
Summary: IO::All Perl module
License: GPL+ or Artistic
@ -94,6 +94,11 @@ make %{?_smp_mflags} test RELEASE_TESTING=1
%{_mandir}/man3/IO::All::Temp.3pm*
%changelog
* Mon Mar 3 2014 Paul Howarth <paul@city-fan.org> - 0.58-1
- Update to 0.58
- Fix canonpath on MSWin32
- Fix marking files as both binary and utf8 (closes GH#36)
* Fri Feb 14 2014 Paul Howarth <paul@city-fan.org> - 0.57-1
- Update to 0.57
- Make '' not become / when using io->dir('')

View File

@ -1 +1 @@
68148eec60be3e7e9f3ca341b3ba079a IO-All-0.57.tar.gz
b3b45f9b20311ddb104947dfd6615448 IO-All-0.58.tar.gz