[SimBot-commits] CVS: simbot/lib/SimBot Util.pm,1.4,1.5
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2006-11-05 03:31:51
|
Update of /cvsroot/simbot/simbot/lib/SimBot In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv1610 Modified Files: Util.pm Log Message: Exporting the same function twice does not increase effectiveness. :) Index: Util.pm =================================================================== RCS file: /cvsroot/simbot/simbot/lib/SimBot/Util.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -p -r1.4 -r1.5 --- Util.pm 10 Nov 2005 13:40:05 -0000 1.4 +++ Util.pm 5 Nov 2006 03:31:31 -0000 1.5 @@ -30,7 +30,7 @@ use Exporter 'import'; VERSION PROJECT HOME_PAGE DEBUG_NO_PREFIX DEBUG_NONE DEBUG_ERR DEBUG_WARN DEBUG_STD DEBUG_INFO DEBUG_SPAM debug load_config pick option option_list options_in_section - pick get_args parse_style htmlize html_mask_email numberize + get_args parse_style htmlize html_mask_email numberize timeago char_sub ); |