mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.24
- fixed Bug #3869 (rt.cpan.org) reported by "Mike Depot" <mdepot@comcast.net> - applied patch by Roland Huss <Roland.Huss@consol.de>, which fixes a bug with the -Tie option, sub-hashes of named blocks were not properly created (in fact, not tied). - added documentation to Interpolated.pm that it does not interpolate variables in keys, see bug #3773 (rt.cpan.org). git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@50 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package Config::General::Interpolated;
|
||||
$Config::General::Interpolated::VERSION = "2.03";
|
||||
$Config::General::Interpolated::VERSION = "2.04";
|
||||
|
||||
use strict;
|
||||
use Carp;
|
||||
@@ -209,9 +209,13 @@ Normally you don't call it directly.
|
||||
=head1 VARIABLES
|
||||
|
||||
Variables can be defined everywhere in the config and can be used
|
||||
afterwards. If you define a variable inside a block or a named block
|
||||
then it is only visible within this block or within blocks which
|
||||
are defined inside this block. Well - let's take a look to an example:
|
||||
afterwards as the value of an option. Variables cannot be used as
|
||||
keys or as part of keys.
|
||||
|
||||
If you define a variable inside
|
||||
a block or a named block then it is only visible within this block or
|
||||
within blocks which are defined inside this block. Well - let's take a
|
||||
look to an example:
|
||||
|
||||
# sample config which uses variables
|
||||
basedir = /opt/ora
|
||||
@@ -283,7 +287,7 @@ See L<http://www.perl.com/perl/misc/Artistic.html>
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
2.02
|
||||
2.04
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
Reference in New Issue
Block a user