blob: 6956637c1601f984241ebcca9dad92baf9951521 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
package Distribconf::Build;
use Distribconf;
use MDV::Distribconf::Build;
our $VERSION = $Distribconf::VERSION;
*Distribconf::Build:: = *MDV::Distribconf::Build::;
warn "Warning: Distribconf::Build is deprecated, use MDV::Distribconf::Build instead.\n";
1;
=head1 NAME
Distribconf::Build - Compatibility wrapper around MDV::Distribconf::Build
=head1 DESCRIPTION
Don't use this module. Use MDV::Distribconf::Build instead.
=cut
|