mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
1.29:
- added 2 procedural functions ParseConf and SaveConf
- added new parameters -AutoTrue and -FlagBits
- added save_file() which replaces save(), which was
weird implemented. If the user only supplied a hash
as parameter to save(), then the first key was
used as the filename and the rest was used
as a config hash (which was then of an uneven size).
- save_file() takes now instead of a hash a hash-ref
and a filename. And the hashref is optional, since
the object already contains a complete hash.
- new method save_string() added, which returns the
ready generated string instead of writing it to
disk. The user can then save it himself.
- POD updated.
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@17 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
16
Changelog
16
Changelog
@@ -1,3 +1,19 @@
|
||||
1.29:
|
||||
- added 2 procedural functions ParseConf and SaveConf
|
||||
- added new parameters -AutoTrue and -FlagBits
|
||||
- added save_file() which replaces save(), which was
|
||||
weird implemented. If the user only supplied a hash
|
||||
as parameter to save(), then the first key was
|
||||
used as the filename and the rest was used
|
||||
as a config hash (which was then of an uneven size).
|
||||
- save_file() takes now instead of a hash a hash-ref
|
||||
and a filename. And the hashref is optional, since
|
||||
the object already contains a complete hash.
|
||||
- new method save_string() added, which returns the
|
||||
ready generated string instead of writing it to
|
||||
disk. The user can then save it himself.
|
||||
- POD updated.
|
||||
|
||||
1.28:
|
||||
- added contributed sub module Config::General::Interpolated
|
||||
by "Wei-Hon Chen" <plasmaball@pchome.com.tw> with
|
||||
|
||||
Reference in New Issue
Block a user