mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.05 - fixed bug in ::Extended. It exported for some weird
reason I cant remember all of its methods. This included keys() exists() and delete(), which are perl internals. If one used keys() on a normal hash, then the ::Extended own keys() were used instead of perls own one. I removed the export line. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@31 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2.05 - fixed bug in ::Extended. It exported for some weird
|
||||
reason I cant remember all of its methods. This included
|
||||
keys() exists() and delete(), which are perl internals.
|
||||
If one used keys() on a normal hash, then the ::Extended
|
||||
own keys() were used instead of perls own one. I removed
|
||||
the export line.
|
||||
|
||||
2.04 - added RFE from rt.cpan.org (ID: 1218). the ::Interpolate
|
||||
module populates now uses of uninitialized variables in
|
||||
config files itself instead of just letting perl die().
|
||||
|
||||
Reference in New Issue
Block a user