# HG changeset patch # User Christopher Rogers # Date 1296581488 0 # Node ID 30aeacfb063b5493bcf4b0c43fedd0fba772642b # Parent b50123d7512e42fe20e36b7aabc00348bdacc2a0 Fixed perl-locale-gettext. diff -r b50123d7512e -r 30aeacfb063b perl-locale-gettext/stuff/compatibility-with-POSIX-module.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-locale-gettext/stuff/compatibility-with-POSIX-module.patch Tue Feb 01 17:31:28 2011 +0000 @@ -0,0 +1,10 @@ +--- a/gettext.pm 2005-05-31 20:11:16.000000000 -0700 ++++ b/gettext.pm 2009-10-07 12:39:42.000000000 -0700 +@@ -32,6 +32,7 @@ + =cut + + use Carp; ++use POSIX qw(:locale_h); + + require Exporter; + require DynaLoader;