[libregexp-grammars-perl] 01/01: Imported Upstream version 1.032

Salvatore Bonaccorso carnil at debian.org
Thu Aug 29 19:57:44 UTC 2013


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to annotated tag upstream/1.032
in repository libregexp-grammars-perl.

commit 60273c9411de112117d307861b3b763ad9aa80d5
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Aug 29 21:53:22 2013 +0200

    Imported Upstream version 1.032
---
 Changes                |    5 +++++
 META.yml               |    2 +-
 README                 |    2 +-
 lib/Regexp/Grammars.pm |    5 ++---
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/Changes b/Changes
index efe73e2..2500ed9 100644
--- a/Changes
+++ b/Changes
@@ -296,3 +296,8 @@ Revision history for Regexp-Grammars
 
     * Added dependency on Lexical::Var under Perl 5.18 to overcome
       problem with magic pseudo-variables
+
+
+1.032  Thu Aug 29 10:44:21 2013
+
+    * Culled stray DB::single = 1 (thanks Robert!)
diff --git a/META.yml b/META.yml
index 0257a9b..f88bb9b 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Regexp-Grammars
-version:            1.031
+version:            1.032
 abstract:           Add grammatical parsing features to Perl 5.10 regexes
 author:
     - Damian Conway <DCONWAY at CPAN.org>
diff --git a/README b/README
index 5cb4923..0a8d62d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Regexp::Grammars version 1.031
+Regexp::Grammars version 1.032
 
 This module adds a small number of new regex constructs that can be used
 within Perl 5.10 patterns to implement complete recursive-descent parsing.
diff --git a/lib/Regexp/Grammars.pm b/lib/Regexp/Grammars.pm
index 4a320a4..13ec3bc 100644
--- a/lib/Regexp/Grammars.pm
+++ b/lib/Regexp/Grammars.pm
@@ -11,7 +11,7 @@ use 5.010;
 use Scalar::Util qw< blessed reftype >;
 use Data::Dumper qw< Dumper  >;
 
-our $VERSION = '1.031';
+our $VERSION = '1.032';
 
 my $anon_scalar_ref = \do{my $var};
 my %MAGIC_VARS = (
@@ -142,7 +142,6 @@ sub clear_rule_handler { undef $RULE_HANDLER; }
         # Using as a string (i.e. matching) preprocesses the precursor...
         q{""} => sub {
             my ($obj) = @_;
-            $DB::single = 1;
             return $grammar_cache{ overload::StrVal($$obj) }
                 //= Regexp::Grammars::_build_grammar( ${$obj} );
         },
@@ -2500,7 +2499,7 @@ Regexp::Grammars - Add grammatical parsing features to Perl 5.10 regexes
 
 =head1 VERSION
 
-This document describes Regexp::Grammars version 1.031
+This document describes Regexp::Grammars version 1.032
 
 
 =head1 SYNOPSIS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libregexp-grammars-perl.git



More information about the Pkg-perl-cvs-commits mailing list