]> git.deb.at Git - deb/packages.git/blobdiff - lib/Packages/I18N/Locale.pm
Misc documentation updates
[deb/packages.git] / lib / Packages / I18N / Locale.pm
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_ );