On Tue, 06 May 2008, Aaron M. Ucko wrote: > Upon upgrading to Perl 5.10, I started seeing warning messages from > pdbv's cron job, which I tracked down to a (nominal?) incompatibility > between Locale::gettext and POSIX:
Indeed, I'm going to upload a fixed package with this patch: --- liblocale-gettext-perl-1.05.orig/gettext.pm 2008-05-07 09:40:23.000000000 +0200 +++ liblocale-gettext-perl-1.05/gettext.pm 2008-05-07 09:41:04.000000000 +0200 @@ -32,6 +32,7 @@ =cut use Carp; +use POSIX qw(:locale_h); require Exporter; require DynaLoader; That way Locale::Gettext will simple re-export the constants coming from POSIX. Cheers, -- Raphaël Hertzog Le best-seller français mis à jour pour Debian Etch : http://www.ouaza.com/livre/admin-debian/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]