@ -1,6 +1,6 @@
Name: perl-B-Keywords
Name: perl-B-Keywords
Version: 1.14
Version: 1.15
Release: 4 %{?dist}
Release: 1 %{?dist}
Summary: Lists of reserved barewords and symbol names
Summary: Lists of reserved barewords and symbol names
Group: Development/Libraries
Group: Development/Libraries
License: GPL+ or Artistic
License: GPL+ or Artistic
@ -8,6 +8,9 @@ URL: http://search.cpan.org/dist/B-Keywords/
Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/B-Keywords-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/B-Keywords-%{version}.tar.gz
BuildArch: noarch
BuildArch: noarch
# Module Build
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl
BuildRequires: perl(Config)
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker)
@ -16,6 +19,7 @@ BuildRequires: perl(Exporter)
BuildRequires: perl(strict)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(vars)
# Test Suite
# Test Suite
BuildRequires: perl-devel
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec)
BuildRequires: perl(lib)
BuildRequires: perl(lib)
BuildRequires: perl(Test)
BuildRequires: perl(Test)
@ -76,6 +80,13 @@ make test %{!?perl_bootstrap:IS_MAINTAINER=1 AUTHOR_TESTING=1}
%changelog
%changelog
* Wed Nov 11 2015 Paul Howarth <paul@city-fan.org> - 1.15-1
- Update to 1.15
- Fixed $OUTPUT_AUTOFLUSH (CPAN RT#108572)
- Made $* $MULTILINE_MATCHING version specific, deprecated with 5.8.1,
removed with 5.10
- Explicitly require perl-devel, for CORE/keywords.h
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-4
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild