Add config_int() method to the Git perl module
commit6c7509038ec6de54e972f1dfde4a4ff4cc24815f
authorJakub Narebski <jnareb@gmail.com>
Fri, 23 Nov 2007 18:02:50 +0000 (23 19:02 +0100)
committerJakub Narebski <jnareb@gmail.com>
Fri, 23 Nov 2007 18:02:50 +0000 (23 19:02 +0100)
treeb1d10bfb03d784c03343190d5cd65ac53efb5719
parentef2dda0a29c1bd333750252092d918d28ffc984d
Add config_int() method to the Git perl module

Integer variables can have optional 'k', 'm' or 'g' suffix.
config_int() method will return simple decimal number, taking
care of those suffixes.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
perl/Git.pm