Control: tag -1 patch
On Sun, Dec 25, 2016 at 12:24:45AM +0100, Johannes Schauer wrote:
> Package: libconfig-inifiles-perl
> Version: 2.94-1
> Severity: normal
> use Config::IniFiles;
> tie (my %ini, 'Config::IniFiles', -file=>"test.ini");
> foreach my $s (keys %ini) {
> while (my ($k,$v) = e
Package: libconfig-inifiles-perl
Version: 2.94-1
Severity: normal
Hi,
suppose the following code which seems normal for processing the module
as a tied hash:
use Config::IniFiles;
tie (my %ini, 'Config::IniFiles', -file=>"test.ini");
foreach my $s (keys %ini) {
while (my ($k,$v) = each %{$in
2 matches
Mail list logo