Package: liblocale-gettext-perl / 1.05-7

Metadata

Package Version Patches format
liblocale-gettext-perl 1.05-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
doc update.diff | (download)

gettext.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix documentation in manual page
Bug-Debian: http://bugs.debian.org/175421
compatibility with POSIX module.diff | (download)

gettext.pm | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 re-export lc_* constants of the posix module
 Locale::Gettext exports by default the various LC_* constants as does the
 POSIX perl module. Up to perl-5.10, their definition was strictly the same
 and didn't cause any harm. Now the POSIX module evolved slightly and the
 symbol redefinition are conflictual and generate warnings.
 .
 Resolve this by making sure that Locale::Gettext reexports the constants
 coming from the POSIX module.