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