Update to 0.035

- New upstream release 0.035
  - Fixed flock warning on BSD that was broken with the autodie removal; now
    also applies to all BSD flavors
This commit is contained in:
Paul Howarth 2013-09-24 14:25:24 +01:00
parent 98b5658b09
commit f7b7c3d0d4
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Path-Tiny
Version: 0.034
Version: 0.035
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
@ -98,6 +98,11 @@ make test
%{_mandir}/man3/Path::Tiny.3pm*
%changelog
* Tue Sep 24 2013 Paul Howarth <paul@city-fan.org> - 0.035-1
- Update to 0.035
- Fixed flock warning on BSD that was broken with the autodie removal; now
also applies to all BSD flavors
* Tue Sep 24 2013 Paul Howarth <paul@city-fan.org> - 0.034-1
- Update to 0.034
- Exceptions are now Path::Tiny::Error objects, not autodie exceptions; this

View File

@ -1 +1 @@
ab57348a9460e6894f9fcf0f9f937166 Path-Tiny-0.034.tar.gz
9c51d6fcc48779c4a6370e79988a1550 Path-Tiny-0.035.tar.gz