From: Frank Lichtenheld Date: Wed, 22 Feb 2006 01:28:26 +0000 (+0000) Subject: Misc documentation updates X-Git-Tag: switch-to-templates~82 X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=a5b7db12d70653d35344cb6567db1c5e0cd326d1;hp=56d4b3ed57e20359e5ea46feabb850cf4a94caf2 Misc documentation updates --- 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_ );