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