From: adefaria Date: Fri, 16 May 2014 02:50:20 +0000 (-0700) Subject: Fixed bug where names could not contain characters such as "-". Also X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=cdeee1ffd80bd2c31a25a0289fab38832d02dddd;p=clearscm.git Fixed bug where names could not contain characters such as "-". Also allowed both ":" and "=" to be separators. --- diff --git a/lib/GetConfig.pm b/lib/GetConfig.pm index 170ad3a..88917a2 100644 --- a/lib/GetConfig.pm +++ b/lib/GetConfig.pm @@ -28,7 +28,7 @@ $Date: 2013/01/17 01:08:34 $ =head1 SYNOPSIS -Parse config files. +Parse config files. # Comment lines are skipped - white space is eliminated... app: MyApp