aboutsummaryrefslogtreecommitdiffstats
path: root/Distribconf.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Distribconf.pm')
-rw-r--r--Distribconf.pm19
1 files changed, 0 insertions, 19 deletions
diff --git a/Distribconf.pm b/Distribconf.pm
deleted file mode 100644
index 1bebf57..0000000
--- a/Distribconf.pm
+++ /dev/null
@@ -1,19 +0,0 @@
-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