Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
usr
/
share
/
perl5
/
Debconf
/
Element
/
Kde
/
//proc/thread-self/root/proc/thread-self/root/usr/share/perl5/Debconf/Element/Kde/Error.pm
#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Element::Kde::Error; use strict; use Debconf::Gettext; use QtCore4; use QtGui4; use base qw(Debconf::Element::Kde); sub create { my $this=shift; $this->SUPER::create(@_); $this->startsect; $this->adddescription; $this->addhelp; $this->endsect; } 1