Update to 0.13

- New upstream release 0.13
  - Fix optional test of interaction with B::C that sometimes invalidly failed
This commit is contained in:
Paul Howarth 2015-03-29 16:31:22 +01:00
parent 6e7edecc13
commit 1632b68a4e
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# TODO: BR: perl(B::C) when available
Name: perl-Sub-Name
Version: 0.12
Version: 0.13
Release: 1%{?dist}
Summary: Name - or rename - a sub
License: GPL+ or Artistic
@ -60,9 +60,13 @@ make test
%doc Changes CONTRIBUTING README
%{perl_vendorarch}/auto/Sub/
%{perl_vendorarch}/Sub/
%{_mandir}/man3/Sub::Name.3pm*
%{_mandir}/man3/Sub::Name.3*
%changelog
* Sun Mar 29 2015 Paul Howarth <paul@city-fan.org> - 0.13-1
- Update to 0.13
- Fix optional test of interaction with B::C that sometimes invalidly failed
* Tue Sep 23 2014 Paul Howarth <paul@city-fan.org> - 0.12-1
- Update to 0.12
- Move variable declaration to fix warning under

View File

@ -1 +1 @@
421afad5e34c0b4f753d578d99be535f Sub-Name-0.12.tar.gz
7e4881f8b2f00a4ff31f6b54061bd5cc Sub-Name-0.13.tar.gz