From 228e8c7b6cef1e12cb12f45083fdcae7b35fba27 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 19 Mar 2012 22:10:18 -0600 Subject: 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. --- lib/_charnames.pm | 2 +- lib/charnames.pm | 66 +++++++++++++++++++++++++++---------------------------- 2 files changed, 34 insertions(+), 34 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 diff --git a/lib/charnames.pm b/lib/charnames.pm index 07c1b70cdf..e2237b8765 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -1,7 +1,7 @@ package charnames; use strict; use warnings; -our $VERSION = '1.29'; +our $VERSION = '1.30'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of the work gets done @@ -328,6 +328,38 @@ Also, both these methods currently allow only single characters to be named. To name a sequence of characters, use a L (described below). +=head1 charnames::string_vianame(I) + +This is a runtime equivalent to C<\N{...}>. I can be any expression +that evaluates to a name accepted by C<\N{...}> under the L +option|/DESCRIPTION> to C. In addition, any other options for the +controlling C<"use charnames"> in the same scope apply, like C<:loose> or any +L