Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37837560
en ru br
ALT Linux repos
S:1.33-alt1.1
5.0: 1.16-alt3
4.1: 1.16-alt2
4.0: 1.16-alt2
3.0: 1.11-alt2

Group :: Development/Perl
RPM: perl-libintl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libintl-perl-1.11-alt-locale_dir.patch
Download


--- libintl-perl-1.11/lib/Locale/TextDomain.pm	2004-06-11 15:13:37 +0400
+++ libintl-perl-1.11/lib/Locale/TextDomain.pm.fixed	2005-04-17 23:02:08 +0400
@@ -221,8 +221,9 @@
     # Remember that we still have to bind that textdomain to
     # a directory.
     unless (exists $bound_dirs{$textdomain}) {
-		@search_dirs = map $_ . '/LocaleData', @INC, @default_dirs
+		@search_dirs = map $_ . '/LocaleData', @INC
 			unless @search_dirs;
+		push(@search_dirs, @default_dirs);
 		$bound_dirs{$textdomain} = \@search_dirs;
     }
 	
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin