<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#!/usr/bin/perl
# This file was preprocessed, do not edit!


package Debconf::Element::Gnome::Text;
use warnings;
use strict;
use Debconf::Gettext;
use utf8;
use base qw(Debconf::Element::Gnome);


sub init {
	my $this=shift;

	$this-&gt;SUPER::init(@_);
	$this-&gt;adddescription; # yeah, that's all
}


1
</pre></body></html>