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:
parent
39f3a71a7d
commit
b72aa5f198
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user