You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Locale-gettext/files/compatibility-with-POSIX-mo...

17 lines
449 B

Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=237378
Bug: http://rt.cpan.org/Public/Bug/Display.html?id=35680
Bug-Debian: http://bugs.debian.org/479803
Author: Raphaël Hertzog <hertzog@debian.org>
Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479803#20
--- a/gettext.pm
+++ b/gettext.pm
@@ -32,6 +32,7 @@ to internationalize software.
=cut
use Carp;
+use POSIX qw(:locale_h);
require Exporter;
require DynaLoader;