[moved to leaf-devel] On Wednesday 18 July 2007 01:35:34 Adam Niedzwiedzki wrote: > Ok I think I sorted it myself, but not sure how to update buildtool.pl in > the cvs > > Change > use Config::General 2.15; > to > use Config::General qw(ParseConfig SaveConfig SaveConfigString); > in buildtool.pl when using the newer version of Config::General > > >From upstream ChangeLog for Config::General > > o the functions ParseConfig SaveConfig SaveConfigString must > now imported implicitly. This might break existing code, but > is easily to fix. > > So with 2.32, one needs to do something like "use Config::General > qw(ParseConfig) ; ParseConfig(...)", or perl -MConfig::General=ParseConfig > -e > 'ParseConfig(...)'. > > Hope that helps others
Hi Adam; thanks for spotting it; I've commited the appropriate changes in buildtool.pl and buildtool/Make/Source.pm. I've tested the changes on a newly build buildenv on kubuntu 7.04. It needed one change to build the buildenvironment - /bin/sh has to have been linked to /bin/bash - instead the default link to /bin/dash kp ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ leaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-devel
