From 82a8b84197adf9510c707cfb4d50b45e9f778654 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 28 Sep 2015 09:36:29 +0100 Subject: [PATCH] Update to 1.967013 - New upstream release 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) --- perl-Parse-RecDescent.spec | 8 +++++++- sources | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec index 4be587a..dcb03f8 100644 --- a/perl-Parse-RecDescent.spec +++ b/perl-Parse-RecDescent.spec @@ -1,5 +1,5 @@ Name: perl-Parse-RecDescent -Version: 1.967012 +Version: 1.967013 Release: 1%{?dist} Summary: Generate Recursive-Descent Parsers Group: Development/Libraries @@ -78,6 +78,12 @@ make test %{_mandir}/man3/Parse::RecDescent.3* %changelog +* Mon Sep 28 2015 Paul Howarth - 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 - 1.967012-1 - Update to 1.967012 - Base the standalone precompiled parser's runtime name on the parser's diff --git a/sources b/sources index be9644c..8e09e15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78f2f4beac8a326ff249627a67ae234f Parse-RecDescent-1.967012.tar.gz +98f582240556a4a92e5d57e480f9d39d Parse-RecDescent-1.967013.tar.gz