1724168
diff -up Parse-RecDescent-1.967002/Changes.utf8 Parse-RecDescent-1.967002/Changes
1724168
--- Parse-RecDescent-1.967002/Changes.utf8	2012-01-30 03:13:13.000000000 +0000
1724168
+++ Parse-RecDescent-1.967002/Changes	2012-01-30 16:22:52.599253728 +0000
1724168
@@ -531,7 +531,7 @@ Revision history for Parse-RecDescent
1724168
 
1724168
     - Fixed nit in debugging of conditional regexes (thanks, Brian)
1724168
 
1724168
-    - Moved expectation creation to compile-time (thanks François)
1724168
+    - Moved expectation creation to compile-time (thanks François)
1724168
 
1724168
     - Removed redundant inheritances (i.e. @ISA elements)
1724168
       in internal namespace (thanks Hugo)
1724168
diff -up Parse-RecDescent-1.967002/demo/demo_dot.pl.utf8 Parse-RecDescent-1.967002/demo/demo_dot.pl
1724168
--- Parse-RecDescent-1.967002/demo/demo_dot.pl.utf8	2012-01-30 16:22:52.580253741 +0000
1724168
+++ Parse-RecDescent-1.967002/demo/demo_dot.pl	2012-01-30 16:22:52.626253709 +0000
1724168
@@ -10,7 +10,7 @@ Received: (from root@localhost)
1724168
 	Wed, 20 Oct 1999 21:29:05 +0200
1724168
 Date: Wed, 20 Oct 1999 21:29:05 +0200
1724168
 Message-Id: <199910201929.VAA00889@bib.adnintern.org>
1724168
-From: "Stéphane Payrard -- stef@adnaccess.com (06 60 95 82 69)" <stef@adnaccess.com>
1724168
+From: "Stéphane Payrard -- stef@adnaccess.com (06 60 95 82 69)" <stef@adnaccess.com>
1724168
 To: damian@cs.monash.edu.au
1724168
 Subject: parsing dot file
1724168
 Reply-to: stef@adnaccess.com
1724168
@@ -39,7 +39,7 @@ my $graph = "$DOTSRC/graphs";
1724168
 # $::RD_AUTOSTUB=1;
1724168
 # $::RD_TRACE=1;
1724168
 
1724168
-#  'strict'(?) pas accepté
1724168
+#  'strict'(?) pas accepté
1724168
 $gram = <<'EOF';
1724168
 
1724168
 graph:        comment(?) strict(?)  ( 'digraph' | 'graph' ) id  '{' stmt_list '}'