| Name | Size | Mode | Actions |
|---|---|---|---|
| Boolean.pm | 660 | 0644 | editdlrm |
| Error.pm | 160 | 0644 | editdlrm |
| Multiselect.pm | 958 | 0644 | editdlrm |
| Note.pm | 159 | 0644 | editdlrm |
| Password.pm | 483 | 0644 | editdlrm |
| Progress.pm | 231 | 0644 | editdlrm |
| Select.pm | 877 | 0644 | editdlrm |
| String.pm | 467 | 0644 | editdlrm |
| Text.pm | 315 | 0644 | editdlrm |
/usr/share/perl5/Debconf/Element/Web/Boolean.pm (660B)
\n"; my $default=''; $default=$this->question->value if defined $this->question->value; my $id=$this->id; $_.="\n". $this->question->description.""; return $_; } sub value { my $this=shift; return $this->SUPER::value() unless @_; my $value=shift; $this->SUPER::value($value eq 'on' ? 'true' : 'false'); } 1