Revision history for ZConf
0.1.7 2008-05-24/19:16
-Forgot to remove a bit of debugging.
0.1.6 2008-05-24/19:16
-Fix regexGetVar.
0.1.5 2008-05-24/3:21
-Rebump version as the removal of it does constitute a major change.
0.0.5 2008-05-24/3:20
-Remove parseZML and use ZML->parse for any thing it was doing before.
0.0.4 2008-05-22/19:20
-Fix error with writeSetFromLoadedConfig not passing writeSetFromLoadedConfigFile %args.
0.0.3 2008-05-22/14:20
-Add LDAP schema to the pod.
0.0.2 2008-05-21/19:31
-No longer requires a hash be defined with new.
-Fix default set deciding for writeSetFromHash. It was using "defualt" if
the set was not defined. Now it uses '$self->{args}{default}'.
-Fixed sync issues with writeSetFromHash.
-Fix chooseSet* as they were returning 'default' instead of '$self->{args}{default}'
when no chooser or the like was present.
-Fix chooseSet* warnings and handling of bad set names. It now returns
'$self->{args}{default}' on error.
-Fix issue with read trying to sync and not passing writeSetFromLoadedConfigFile
all of %args.
0.0.1 2008-05-21/15:20
-Fixed some formatting issues with the POD.
0.0.0 2008-05-20/17:38
-Initial release.