diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-03-19 22:10:18 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-03-19 23:34:24 -0600 |
commit | 228e8c7b6cef1e12cb12f45083fdcae7b35fba27 (patch) | |
tree | 425ce890de8016a1c43dd9b20054f4f01de6ecba /lib/_charnames.pm | |
parent | 41c3b428c4a3ce29a0f80c7f63eda133089137de (diff) | |
download | perl-228e8c7b6cef1e12cb12f45083fdcae7b35fba27.tar.gz |
charnames: re-order pod sections
This merely moves one =head1 section to later in the pod, so that future
changes will make more sense; and it has to bump the version.
Diffstat (limited to 'lib/_charnames.pm')
-rw-r--r-- | lib/_charnames.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_charnames.pm b/lib/_charnames.pm index 02dbef056c..d29af30f8e 100644 --- a/lib/_charnames.pm +++ b/lib/_charnames.pm @@ -7,7 +7,7 @@ package _charnames; use strict; use warnings; use File::Spec; -our $VERSION = '1.29'; +our $VERSION = '1.30'; use unicore::Name; # mktables-generated algorithmically-defined names use bytes (); # for $bytes::hint_bits |