Update to 1.215

- General fix release 1.215:
  - index_locations on an empty document no longer warns
  - Corrected a bug in line-spanning attribute support
  - Regression test for line-spanning attribute support
  - return { foo => 1 } should parse curlys as hash constructor, not block
    (CPAN RT#61305)
  - Fixed bug with map and regexp confusing PPI (CPAN RT#63943)
  - Updated copyright year to 2011
  - Fix bless {} probably contains a hash constructor (CPAN RT#64247)
  - Backed out glob fix
  - Fix cast can trump braces in PPI::Token::Symbol->symbol (CPAN RT#65199)
This commit is contained in:
Paul Howarth 2011-03-27 11:17:10 +01:00
parent c20d59aa14
commit 11437bdfa0
3 changed files with 18 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
PPI-1.213.tar.gz
/PPI-1.215.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-PPI
Version: 1.213
Release: 3%{?dist}
Version: 1.215
Release: 1%{?dist}
Summary: Parse, Analyze and Manipulate Perl
Group: Development/Libraries
License: GPL+ or Artistic
@ -34,7 +34,7 @@ BuildRequires: perl(Test::SubCalls) >= 1.07
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Parse, Analyze and Manipulate Perl (without perl).
Parse, analyze and manipulate Perl (without perl).
%prep
@ -79,6 +79,19 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Mar 27 2011 Paul Howarth <paul@city-fan.org> - 1.215-1
- update to 1.215 (general fix release):
- index_locations on an empty document no longer warns
- Corrected a bug in line-spanning attribute support
- Regression test for line-spanning attribute support
- return { foo => 1 } should parse curlys as hash constructor, not block
(CPAN RT#61305)
- Fixed bug with map and regexp confusing PPI (CPAN RT#63943)
- Updated copyright year to 2011
- Fix bless {} probably contains a hash constructor (CPAN RT#64247)
- Backed out glob fix
- Fix cast can trump braces in PPI::Token::Symbol->symbol (CPAN RT#65199)
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.213-3
- rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
aa5eb0a2bdaa87ee37a0c3bc730eef5e PPI-1.213.tar.gz
7b58542e39e8a162d2f6866d7c059bae PPI-1.215.tar.gz