In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0ae8220a76e5cb7e8e9e802a3afbc48c757cda41?hp=894226fa42af3bb6f50857abf7febd95b6fcd2bc>

- Log -----------------------------------------------------------------
commit 0ae8220a76e5cb7e8e9e802a3afbc48c757cda41
Author: Matthew Horsfall <[email protected]>
Date:   Mon Nov 14 08:41:24 2016 -0500

    Fixup Unicode::UCD pod/version and regen dependent files
-----------------------------------------------------------------------

Summary of changes:
 charclass_invlists.h | 2 +-
 lib/Unicode/UCD.pm   | 4 ++--
 regcharclass.h       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/charclass_invlists.h b/charclass_invlists.h
index 09949e3..3f14119 100644
--- a/charclass_invlists.h
+++ b/charclass_invlists.h
@@ -91515,7 +91515,7 @@ static const U8 WB_table[24][24] = {
 #endif /* defined(PERL_IN_REGEXEC_C) */
 
 /* Generated from:
- * d4d1ae3d05b9b07d066661a93af8896abe10fbf0f5cbe89575fbbc06a2928d60 
lib/Unicode/UCD.pm
+ * f1951e655fd5fa35478f641663ef164146d743362998b01378327afac5f20270 
lib/Unicode/UCD.pm
  * 47cb62a53beea6d0263e2147331c7e751853c9327225d95bbe2d9e1dc3e1aa44 
lib/unicore/ArabicShaping.txt
  * 153f0a100c315f9f3945e78f57137611d36c44b3a975919c499fd403413fede8 
lib/unicore/BidiBrackets.txt
  * fbe806975c1bf9fc9960bbaa39ff6290c42c7da8315f9cd459109b024cc1c485 
lib/unicore/BidiMirroring.txt
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index c281490..75b2b80 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -5,7 +5,7 @@ use warnings;
 no warnings 'surrogate';    # surrogates can be inputs to this
 use charnames ();
 
-our $VERSION = '0.66';
+our $VERSION = '0.67';
 
 require Exporter;
 
@@ -3174,7 +3174,7 @@ future - directly, as with
       $name{$cp} = $name unless $cp =~ m/ /;
   }
 
-You ought to use L</prop_invmap> like this:
+You ought to use L</prop_invmap()> like this:
 
   my (%name, %cp, %cps, $n);
   # All codepoints
diff --git a/regcharclass.h b/regcharclass.h
index 907fb4e..8f50913 100644
--- a/regcharclass.h
+++ b/regcharclass.h
@@ -1830,7 +1830,7 @@
 #endif /* H_REGCHARCLASS */
 
 /* Generated from:
- * d4d1ae3d05b9b07d066661a93af8896abe10fbf0f5cbe89575fbbc06a2928d60 
lib/Unicode/UCD.pm
+ * f1951e655fd5fa35478f641663ef164146d743362998b01378327afac5f20270 
lib/Unicode/UCD.pm
  * 47cb62a53beea6d0263e2147331c7e751853c9327225d95bbe2d9e1dc3e1aa44 
lib/unicore/ArabicShaping.txt
  * 153f0a100c315f9f3945e78f57137611d36c44b3a975919c499fd403413fede8 
lib/unicore/BidiBrackets.txt
  * fbe806975c1bf9fc9960bbaa39ff6290c42c7da8315f9cd459109b024cc1c485 
lib/unicore/BidiMirroring.txt

--
Perl5 Master Repository

Reply via email to