Update to 0.09

- New upstream release 0.09
  - Support Perl 5.6.x
This commit is contained in:
Paul Howarth 2013-07-22 09:53:35 +01:00
parent 2588498a3f
commit a570c8b93e
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
Name: perl-Dist-CheckConflicts
Version: 0.08
Version: 0.09
Release: 1%{?dist}
Summary: Declare version conflicts for your dist
Group: Development/Libraries
@ -87,6 +87,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Dist::CheckConflicts.3pm*
%changelog
* Mon Jul 22 2013 Paul Howarth <paul@city-fan.org> - 0.09-1
- Update to 0.09
- Support Perl 5.6.x
* Wed Jul 10 2013 Paul Howarth <paul@city-fan.org> - 0.08-1
- Update to 0.08
- Instead of silently ignoring conflicts that do not compile, issue a

View File

@ -1 +1 @@
e6cf4dfe8c228e8cf814b52d49dd66e4 Dist-CheckConflicts-0.08.tar.gz
2e298121df2d0dc134c36f16d5877233 Dist-CheckConflicts-0.09.tar.gz