home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / perl5 / Debconf / Element / Gnome / Text.pm < prev   
Encoding:
Perl POD Document  |  2006-07-24  |  300 b   |  22 lines

  1. #!/usr/bin/perl -w
  2. # This file was preprocessed, do not edit!
  3.  
  4.  
  5. package Debconf::Element::Gnome::Text;
  6. use strict;
  7. use Debconf::Gettext;
  8. use Gtk2;
  9. use utf8;
  10. use base qw(Debconf::Element::Gnome);
  11.  
  12.  
  13. sub init {
  14.     my $this=shift;
  15.  
  16.     $this->SUPER::init(@_);
  17.     $this->adddescription; # yeah, that's all
  18. }
  19.  
  20.  
  21. 1
  22.