home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
share
/
perl5
/
Debconf
/
Element
/
Kde
/
Text.pm
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Perl POD Document
|
2006-07-24
|
323 b
|
22 lines
#!/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