Update to 0.07

- New upstream release 0.07
  - Skip optional test if B::C 1.48 is not installed
This commit is contained in:
Paul Howarth 2014-07-14 16:21:31 +01:00
parent 9e62bdf9a9
commit 8b575b7e0a
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@
%global rpm49 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
Name: perl-Sub-Name
Version: 0.06
Version: 0.07
Release: 1%{?dist}
Summary: Name - or rename - a sub
License: GPL+ or Artistic
@ -67,6 +67,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Sub::Name.3pm*
%changelog
* Mon Jul 14 2014 Paul Howarth <paul@city-fan.org> - 0.07-1
- Update to 0.07
- Skip optional test if B::C 1.48 is not installed
* Fri Jul 11 2014 Paul Howarth <paul@city-fan.org> - 0.06-1
- Update to 0.06
- Do not change the string arg in XS, use copy instead (CPAN RT#96893)

View File

@ -1 +1 @@
b446cc3408072ada366eb0c5faf6833e Sub-Name-0.06.tar.gz
f243ec86031ae741cfede5c701439e56 Sub-Name-0.07.tar.gz