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:
parent
c20d59aa14
commit
11437bdfa0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
PPI-1.213.tar.gz
|
||||
/PPI-1.215.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user