Update to 0.10

- New upstream release 0.10
  - Fix test failure due to hard-coded filenames
This commit is contained in:
Paul Howarth 2015-01-07 11:50:44 +00:00
parent f87a2f781d
commit f4d497f21e
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Sub-Identify
Version: 0.08
Version: 0.10
Release: 1%{?dist}
Summary: Retrieve names of code references
License: GPL+ or Artistic
@ -55,12 +55,16 @@ make test
rm -rf %{buildroot}
%files
%doc Changes TODO.mdown t/
%doc Changes README.mdown TODO.mdown t/
%{perl_vendorarch}/auto/Sub/
%{perl_vendorarch}/Sub/
%{_mandir}/man3/Sub::Identify.3pm*
%{_mandir}/man3/Sub::Identify.3*
%changelog
* Wed Jan 7 2015 Paul Howarth <paul@city-fan.org> - 0.10-1
- Update to 0.10
- Fix test failure due to hard-coded filenames
* Thu Sep 18 2014 Paul Howarth <paul@city-fan.org> - 0.08-1
- Update to 0.08
- Add test for function prototypes

View File

@ -1 +1 @@
07fbd43c37a26f3ac1e12e854a5146dd Sub-Identify-0.08.tar.gz
08bb2f22c85007d2cbb0eb9541c77355 Sub-Identify-0.10.tar.gz