| Current Path : /proc/8644/root/proc/8644/root/usr/share/perl5/Debconf/Element/Noninteractive/ | 
| Current File : //proc/8644/root/proc/8644/root/usr/share/perl5/Debconf/Element/Noninteractive/Text.pm | 
#!/usr/bin/perl -w
# This file was preprocessed, do not edit!
package Debconf::Element::Noninteractive::Text;
use strict;
use base qw(Debconf::Element::Noninteractive);
sub show {
	my $this=shift;
	$this->value('');
}
1