Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37555517
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: perl-libintl-1.20-alt-locale_dir.patch
Download


--- libintl-perl-1.20/lib/Locale/TextDomain.pm-	2009-06-23 11:04:49.000000000 +0400
+++ libintl-perl-1.20/lib/Locale/TextDomain.pm	2011-10-08 09:13:04.556172344 +0400
@@ -300,8 +300,9 @@ sub import
     # 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