334a01
From 95cca0326ee38020d55382493e6d42b16ae889c9 Mon Sep 17 00:00:00 2001
334a01
From: Jitka Plesnikova <jplesnik@redhat.com>
334a01
Date: Tue, 21 Apr 2020 13:05:51 +0200
334a01
Subject: [PATCH] Upgrade to 1.27
334a01
334a01
---
334a01
 Normalize.pm | 14 +++++++-------
334a01
 1 file changed, 7 insertions(+), 7 deletions(-)
334a01
334a01
diff --git a/Normalize.pm b/Normalize.pm
334a01
index adf3db5..d06fb8b 100644
334a01
--- a/Normalize.pm
334a01
+++ b/Normalize.pm
334a01
@@ -16,7 +16,7 @@ use Carp;
334a01
 
334a01
 no warnings 'utf8';
334a01
 
334a01
-our $VERSION = '1.26';
334a01
+our $VERSION = '1.27';
334a01
 our $PACKAGE = __PACKAGE__;
334a01
 
334a01
 our @EXPORT = qw( NFC NFD NFKC NFKD );
334a01
@@ -606,27 +606,27 @@ and/or modify it under the same terms as Perl itself.
334a01
 
334a01
 =over 4
334a01
 
334a01
-=item http://www.unicode.org/reports/tr15/
334a01
+=item L<http://www.unicode.org/reports/tr15/>
334a01
 
334a01
 Unicode Normalization Forms - UAX #15
334a01
 
334a01
-=item http://www.unicode.org/Public/UNIDATA/CompositionExclusions.txt
334a01
+=item L<http://www.unicode.org/Public/UNIDATA/CompositionExclusions.txt>
334a01
 
334a01
 Composition Exclusion Table
334a01
 
334a01
-=item http://www.unicode.org/Public/UNIDATA/DerivedNormalizationProps.txt
334a01
+=item L<http://www.unicode.org/Public/UNIDATA/DerivedNormalizationProps.txt>
334a01
 
334a01
 Derived Normalization Properties
334a01
 
334a01
-=item http://www.unicode.org/Public/UNIDATA/NormalizationCorrections.txt
334a01
+=item L<http://www.unicode.org/Public/UNIDATA/NormalizationCorrections.txt>
334a01
 
334a01
 Normalization Corrections
334a01
 
334a01
-=item http://www.unicode.org/review/pr-29.html
334a01
+=item L<http://www.unicode.org/review/pr-29.html>
334a01
 
334a01
 Public Review Issue #29: Normalization Issue
334a01
 
334a01
-=item http://www.unicode.org/notes/tn5/
334a01
+=item L<http://www.unicode.org/notes/tn5/>
334a01
 
334a01
 Canonical Equivalence in Applications - UTN #5
334a01
 
334a01
-- 
334a01
2.21.1
334a01