<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#!/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-&gt;SUPER::init(@_);

        $this-&gt;need_tty(0);
}


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