Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37734795
en ru br
ALT Linux repos
S:1.14.3-alt2

Group :: System/Configuration/Other
RPM: rex

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: rex-0.53.1-alt-fix_use.patch
Download


Fix module including to make buildrq happy
--- lib/Rex/Helper/INI.pm
+++ lib/Rex/Helper/INI.pm
@@ -11,7 +11,7 @@ package Rex::Helper::INI;
 
 # VERSION
 
-BEGIN { String::Escape->use('string2hash'); }
+use String::Escape qw(string2hash);
 
 sub parse {
   my (@lines) = @_;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin