wok-stable view perl-locale-gettext/stuff/compatibility-with-POSIX-module.patch @ rev 8728

Fixed linux not to put a tmp folder in WOK. Instead its WOK/PACKAGE/tmp now. This fixes a problem with update-repository dying out cause of WOK/tmp folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 19 01:35:37 2011 +0000 (2011-02-19)
parents
children
line source
1 --- a/gettext.pm 2005-05-31 20:11:16.000000000 -0700
2 +++ b/gettext.pm 2009-10-07 12:39:42.000000000 -0700
3 @@ -32,6 +32,7 @@
4 =cut
6 use Carp;
7 +use POSIX qw(:locale_h);
9 require Exporter;
10 require DynaLoader;