]> git.deb.at Git - deb/packages.git/commitdiff
Misc documentation updates
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 22 Feb 2006 01:28:26 +0000 (01:28 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Wed, 22 Feb 2006 01:28:26 +0000 (01:28 +0000)
TODO
lib/Packages/I18N/Locale.pm

diff --git a/TODO b/TODO
index 644701a418ff376dcf6456f6ffbd9ae0af6f9d00..7e835a066f49145d03e1186013ca6fd8f2815313 100644 (file)
--- 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)
index 10fc3cc46e8e8f9554c36140b152c45badc1334c..2bfaef2b43d0c2defff0bad1b73b7fa507a750a5 100644 (file)
@@ -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_ );