diff options
author | Robin Barker <RMBarker@cpan.org> | 2001-06-07 13:34:08 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-07 12:16:12 +0000 |
commit | 0addb26a8d52b778aa7c6491e34f40d84fccf4d1 (patch) | |
tree | 5ed4d7a8dd2bb51a0265d730bfe9da2d47424e29 /lib/Locale | |
parent | 9e9796d60fe5caa415e63b60595d4ea57c358a48 (diff) | |
download | perl-0addb26a8d52b778aa7c6491e34f40d84fccf4d1.tar.gz |
long =item
Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
p4raw-id: //depot/perl@10469
Diffstat (limited to 'lib/Locale')
-rw-r--r-- | lib/Locale/Maketext.pod | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/Locale/Maketext.pod b/lib/Locale/Maketext.pod index b28a9d83c8..d32f9d5901 100644 --- a/lib/Locale/Maketext.pod +++ b/lib/Locale/Maketext.pod @@ -110,7 +110,9 @@ These are to do with constructing a language handle: =over -=item $lh = YourProjClass->get_handle( ...langtags... ) || die "lg-handle?"; +=item * + +$lh = YourProjClass->get_handle( ...langtags... ) || die "lg-handle?"; This tries loading classes based on the language-tags you give (like C<("en-US", "sk", "kon", "es-MX", "ja", "i-klingon")>, and for the first class @@ -131,7 +133,9 @@ then if nothing comes of that, we use classes named by YourProjClass->fallback_language_classes(). Then in the (probably quite unlikely) event that that fails, we just return undef. -=item $lh = YourProjClass->get_handleB<()> || die "lg-handle?"; +=item * + +$lh = YourProjClass->get_handleB<()> || die "lg-handle?"; When C<get_handle> is called with an empty parameter list, magic happens: |