Mercurial > pub > Impl
diff Lib/IMPL/Config/Path.pm @ 395:212cc86e470b
Code cleanup
DateTime locale support for HTTP requests
author | sergey |
---|---|
date | Thu, 20 Feb 2014 01:33:03 +0400 |
parents | 91bae9f41a9c |
children |
line wrap: on
line diff
--- a/Lib/IMPL/Config/Path.pm Tue Feb 18 18:17:20 2014 +0400 +++ b/Lib/IMPL/Config/Path.pm Thu Feb 20 01:33:03 2014 +0400 @@ -15,8 +15,8 @@ my ($base,$path) = @$data; my %types = ( - appBase => 'AppBase', - configBase => 'ConfigBase' + appBase => 'AppDir', + configBase => 'ConfigDir' ); my $method = $types{$base};