From cdeee1ffd80bd2c31a25a0289fab38832d02dddd Mon Sep 17 00:00:00 2001 From: adefaria Date: Thu, 15 May 2014 19:50:20 -0700 Subject: [PATCH] Fixed bug where names could not contain characters such as "-". Also allowed both ":" and "=" to be separators. --- lib/GetConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1