- New upstream release 2.24 - Delete from caveats in documentation where it used to say: 'Config::Tiny will only recognize the first time an option is set in a config file. Any further attempts to set the same option later in the config file are ignored.' In reality the code uses the 2nd and subsequent values to overwrite earlier values - Make this topic a new FAQ - Add corresponding test t/06.repeat.key.t - Update POD to clarify trailing comment options - Add corresponding test t/07.trailing.comment.t - Romanize Gregory Kidrenko's name so Config::IniFiles does not get 'Wide char in print' - Move xt/pod.t to xt/author/pod.t - Adopt new repo structure: see http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html - Move require 5.008001 from Tiny.pm into Makefile.PLepel9
parent
1c151427a5
commit
f833bfa84f
@ -0,0 +1,4 @@
|
||||
from Config import *
|
||||
|
||||
addFilter("spelling-error Summary\(en_US\) ini -> ")
|
||||
addFilter("spelling-error %description -l en_US ini -> ")
|
Loading…
Reference in new issue