Update to 1.13 (#949146)

- New upstream release 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
This commit is contained in:
Paul Howarth 2013-04-06 19:53:20 +01:00
parent 2e22ff626d
commit eb75def31d
2 changed files with 16 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: perl-B-Keywords
Version: 1.12
Release: 5%{?dist}
Version: 1.13
Release: 1%{?dist}
Summary: Lists of reserved barewords and symbol names
Group: Development/Libraries
License: GPL+ or Artistic
@ -15,6 +15,7 @@ BuildRequires: perl(File::Spec)
BuildRequires: perl(lib)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.0
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -34,7 +35,6 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
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
@ -49,6 +49,18 @@ make test
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
47b5a1ca5388fe1ceb3338c0a43259d8 B-Keywords-1.12.tar.gz
fe57415a76a423645c31281fe508bf46 B-Keywords-1.13.tar.gz