Your IP : 3.17.187.254
#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Element::Kde::Text; use strict; use Debconf::Gettext; use Qt; use base qw(Debconf::Element::Kde); sub create { my $this=shift; $this->SUPER::create(@_); $this->startsect; $this->adddescription; # yeah, that's all $this->endsect; } 1 |