Update to 0.928

- New upstream release 0.928
  - Cope with subroutines with spaces in their names when catching warnings
  - Don't assume that the source sub isn't blessed in tests (!)
This commit is contained in:
Paul Howarth 2014-06-27 15:14:08 +01:00
parent 39f3a71a7d
commit b72aa5f198
2 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Sub-Install
Version: 0.927
Release: 3%{?dist}
Version: 0.928
Release: 1%{?dist}
Summary: Install subroutines into packages easily
License: GPL+ or Artistic
Group: Development/Libraries
@ -18,10 +18,7 @@ BuildRequires: perl(B)
BuildRequires: perl(Carp)
BuildRequires: perl(Scalar::Util)
# ================= Test Suite ==============================
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::More) >= 0.88
%if !%{defined perl_bootstrap}
# Test::Output -> Sub::Exporter -> Sub::Install
BuildRequires: perl(Test::Output)
@ -60,6 +57,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Sub::Install.3pm*
%changelog
* Fri Jun 27 2014 Paul Howarth <paul@city-fan.org> - 0.928-1
- Update to 0.928
- Cope with subroutines with spaces in their names when catching warnings
- Don't assume that the source sub isn't blessed in tests (!)
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.927-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
3f3b70f651b5bc41c6ccc372b2fa3430 Sub-Install-0.927.tar.gz
e1ce4f9cb6b2f6b8778b036c31afa5ab Sub-Install-0.928.tar.gz