| Current Path : /proc/self/root/proc/8644/root/proc/8644/root/usr/share/perl5/Debconf/FrontEnd/ | 
| Current File : //proc/self/root/proc/8644/root/proc/8644/root/usr/share/perl5/Debconf/FrontEnd/Noninteractive.pm | 
#!/usr/bin/perl -w
# This file was preprocessed, do not edit!
package Debconf::FrontEnd::Noninteractive;
use strict;
use base qw(Debconf::FrontEnd);
sub init { 
        my $this=shift;
        $this->SUPER::init(@_);
        $this->need_tty(0);
}
1