@ -1,6 +1,6 @@
Name: perl-B-Keywords
Name: perl-B-Keywords
Version: 1.12
Version: 1.13
Release: 5 %{?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
@ -15,6 +15,7 @@ BuildRequires: perl(File::Spec)
BuildRequires: perl(lib)
BuildRequires: perl(lib)
BuildRequires: perl(Test)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.0
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -34,7 +35,6 @@ make %{?_smp_mflags}
%install
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} ';' 2>/dev/null
%{_fixperms} $RPM_BUILD_ROOT
%{_fixperms} $RPM_BUILD_ROOT
@ -49,6 +49,18 @@ make test
%changelog
%changelog
* Sat Apr 6 2013 Paul Howarth <paul@city-fan.org> - 1.13-1
- Update to 1.13
- Removed diag before each big t/11keywords.t loop
- Added lots of suggested keywords from CPAN RT#62382
- Moved exp from @Barewords to @Functions
- Added $^CHILD_ERROR_NATIVE $^GLOBAL_PHASE $^LAST_FH $^MATCH $^PREMATCH
$^POSTMATCH $^UTF8CACHE $^WIN32_SLOPPY_STAT to @Scalars
- Added English names for %%!, @F (perlrun) and @ARG for @_
- Added %%+ %%- and $LAST_SUBMATCH_RESULT
- BR: perl(Test::Pod)
- Don't need to remove empty directories from the buildroot
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild