Skip Menu |

This queue is for tickets about the Config-IniFiles CPAN distribution.

Report information
The Basics
Id: 28375
Status: resolved
Priority: 0/
Queue: Config-IniFiles

People
Owner: Nobody in particular
Requestors: STEFFENW [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.39
Fixed in: (no value)



Subject: method SetParameterEOT ($section, $EOT) is false in POD
false in POD: SetParameterEOT ($section, $EOT) true, it's working: SetParameterEOT ($section, $parameter, $EOT) But I'm missing an automatic algorithm, see the following workaround: if (@value > 1) { my $eot = 'EOT'; for (@value) { # eot inside of text? while (m{\A $eot}xms) { $eot x= 2; $cfg->SetParameterEOT($section, $parameter, $eot); } } } $cfg->newval($section, $paramaeter, @value);
The POD was fixed in the Subversion repository. I'm keeping the idea of having a algorithm for automatically determining a suitable end-of-here-doc mark for inclusion in a future version. Patches for that would be welcome.