wok-6.x rev 8328
Fixed perl-locale-gettext.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 01 17:31:28 2011 +0000 (2011-02-01) |
parents | b50123d7512e |
children | 17676b7585e6 |
files | perl-locale-gettext/stuff/compatibility-with-POSIX-module.patch |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-locale-gettext/stuff/compatibility-with-POSIX-module.patch Tue Feb 01 17:31:28 2011 +0000 1.3 @@ -0,0 +1,10 @@ 1.4 +--- a/gettext.pm 2005-05-31 20:11:16.000000000 -0700 1.5 ++++ b/gettext.pm 2009-10-07 12:39:42.000000000 -0700 1.6 +@@ -32,6 +32,7 @@ 1.7 + =cut 1.8 + 1.9 + use Carp; 1.10 ++use POSIX qw(:locale_h); 1.11 + 1.12 + require Exporter; 1.13 + require DynaLoader;