From a5b7db12d70653d35344cb6567db1c5e0cd326d1 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 22 Feb 2006 01:28:26 +0000 Subject: [PATCH] Misc documentation updates --- TODO | 2 ++ lib/Packages/I18N/Locale.pm | 3 +++ 2 files changed, 5 insertions(+) diff --git a/TODO b/TODO index 644701a..7e835a0 100644 --- a/TODO +++ b/TODO @@ -55,3 +55,5 @@ Bugs: Missing pieces from old code: - newpkg - mail stuff + - DDTP support (but without a working DDTP I will not invest any time + in that) diff --git a/lib/Packages/I18N/Locale.pm b/lib/Packages/I18N/Locale.pm index 10fc3cc..2bfaef2 100644 --- a/lib/Packages/I18N/Locale.pm +++ b/lib/Packages/I18N/Locale.pm @@ -7,6 +7,9 @@ use Exporter; use Locale::gettext; our @ISA = qw( Exporter ); +# the reason we have both _g and _ is simply that there +# seem to be some situations where Perl doesn't handle _ +# correctly. If in doubt use _g our @EXPORT = qw( get_locale get_charset _g _ N_ ); -- 2.39.2