void-packages/srcpkgs/perl-Locale-gettext/patches/compatibility-with-POSIX-module.patch
2013-02-06 10:44:00 +01:00

10 lines
207 B
Diff

--- gettext.pm 2005-05-31 20:11:16.000000000 -0700
+++ 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;