mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.20
- fixed bug reported by Stefano di Sandro <stedis@ulis.it>: in OOP mode (extended access) the obj() method returned the whole config object if the given key does not exist. Now it returns a new empty object. - added patch by David Dick <david_dick@iprimus.com.au> which sets $/ if it is unset. - added patch by David Dick <david_dick@iprimus.com.au> which calls the binmode() function in case the modules is being used under win32 systems. Read perldoc -f binmode for more informations on this issue. - added feature suggested by Chase Phillips <cmp@uiuc.edu>: the new() method has a new parameter -Tie which takes the name of a Tie class that each new hash should be based off of. This makes it possible to create a config hash with ordered contents across nested structures. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@46 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
20
Changelog
20
Changelog
@@ -1,3 +1,23 @@
|
||||
2.20
|
||||
- fixed bug reported by Stefano di Sandro <stedis@ulis.it>: in
|
||||
OOP mode (extended access) the obj() method returned the whole
|
||||
config object if the given key does not exist. Now it returns
|
||||
a new empty object.
|
||||
|
||||
- added patch by David Dick <david_dick@iprimus.com.au> which
|
||||
sets $/ if it is unset.
|
||||
|
||||
- added patch by David Dick <david_dick@iprimus.com.au> which
|
||||
calls the bindmode() function in case the modules is being
|
||||
used under win32 systems. Read perldoc -f binmode for more
|
||||
informations on this issue.
|
||||
|
||||
- added feature suggested by Chase Phillips <cmp@uiuc.edu>:
|
||||
the new() method has a new parameter -Tie which takes the
|
||||
name of a Tie class that each new hash should be based off
|
||||
of. This makes it possible to create a config hash with
|
||||
ordered contents across nested structures.
|
||||
|
||||
2.19
|
||||
- forgot to import 'catfile' from File::Spec. Bug reported by
|
||||
various people.
|
||||
|
||||
Reference in New Issue
Block a user