Fix pod error in Unicode::UCD
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 25 Jan 2012 10:59:28 +0000 (10:59 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 25 Jan 2012 11:10:40 +0000 (11:10 +0000)
lib/Unicode/UCD.pm

index 17b4fea..6a966f7 100644 (file)
@@ -106,6 +106,7 @@ you want a code point to be interpreted as a hexadecimal number, you must
 prefix it with either C<0x> or C<U+>, because a string like e.g. C<123> will be
 interpreted as a decimal code point.  Note that the largest code point in
 Unicode is U+10FFFF.
+
 =cut
 
 my $BLOCKSFH;