aboutsummaryrefslogtreecommitdiffstats
path: root/Distribconf.pm
blob: 1bebf57a960997c04fe768f48a736c36fad9bd46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package Distribconf;

(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;

use MDV::Distribconf;

*Distribconf:: = *MDV::Distribconf::;
warn "Warning: Distribconf is deprecated, use MDV::Distribconf instead.\n";
1;

=head1 NAME

Distribconf - Compatibility wrapper around MDV::Distribconf

=head1 DESCRIPTION

Don't use this module. Use MDV::Distribconf instead.

=cut