Skip to content

Commit

Permalink
Import of VVELOX/ZConf-0.1.7 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: ZConf
gitpan-cpan-version:      0.1.7
gitpan-cpan-path:         VVELOX/ZConf-0.1.7.tar.gz
gitpan-cpan-author:       VVELOX
gitpan-cpan-maturity:     released
  • Loading branch information
VVelox authored and Gitpan committed Oct 21, 2014
1 parent d7e06a9 commit 03d8d2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
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.

Expand Down
1 change: 0 additions & 1 deletion lib/ZConf.pm
Expand Up @@ -1741,7 +1741,6 @@ sub regexVarGet{

my $int=0;
while(defined($keys[$int])){
print "key=".$keys[$int]."\n";
if($keys[$int] =~ /$regex/){
$returnKeys{$keys[$int]}=$self->{conf}{$config}{$keys[$int]};
};
Expand Down

0 comments on commit 03d8d2c

Please sign in to comment.