@ -1,5 +1,5 @@
Name: perl-Parse-RecDescent
Name: perl-Parse-RecDescent
Version: 1.967012
Version: 1.967013
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Generate Recursive-Descent Parsers
Summary: Generate Recursive-Descent Parsers
Group: Development/Libraries
Group: Development/Libraries
@ -78,6 +78,12 @@ make test
%{_mandir}/man3/Parse::RecDescent.3*
%{_mandir}/man3/Parse::RecDescent.3*
%changelog
%changelog
* Mon Sep 28 2015 Paul Howarth <paul@city-fan.org> - 1.967013-1
- Update to 1.967013
- Wrap Data::Dumper->Dump() to localize some $Data::Dumper::VARS to control
the dumped output; in particular, Data::Dumper::Terse=1 was reported to
break parser generation (CPAN RT#107355)
* Mon Sep 14 2015 Paul Howarth <paul@city-fan.org> - 1.967012-1
* Mon Sep 14 2015 Paul Howarth <paul@city-fan.org> - 1.967012-1
- Update to 1.967012
- Update to 1.967012
- Base the standalone precompiled parser's runtime name on the parser's
- Base the standalone precompiled parser's runtime name on the parser's