debian-galaxy-a20e/rootfs/usr/share/perl5/Debconf/Format.pm

11 lines
133 B
Perl
Raw Permalink Normal View History

2026-08-27 13:48:54 +00:00
#!/usr/bin/perl -w
# This file was preprocessed, do not edit!
package Debconf::Format;
use strict;
use base qw(Debconf::Base);
1