From 96e5d92c3d757cb874a9d7c1bd3b3180703bf004 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sun, 10 Jun 2007 22:15:54 +0000 Subject: - kill Distribconf compat module --- Distribconf.pm | 19 ------------------- Distribconf/Build.pm | 20 -------------------- MANIFEST | 2 -- Makefile.PL | 2 -- 4 files changed, 43 deletions(-) delete mode 100644 Distribconf.pm delete mode 100644 Distribconf/Build.pm 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 diff --git a/Distribconf/Build.pm b/Distribconf/Build.pm deleted file mode 100644 index 6956637..0000000 --- a/Distribconf/Build.pm +++ /dev/null @@ -1,20 +0,0 @@ -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 diff --git a/MANIFEST b/MANIFEST index 96a6312..c28d956 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,6 +1,4 @@ ChangeLog -Distribconf/Build.pm -Distribconf.pm dumpdistribconf editdistrib gendistrib diff --git a/Makefile.PL b/Makefile.PL index 5c48422..06837ae 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,8 +54,6 @@ WriteMakefile( }, PM => { 'packdrake.pm' => '$(INST_LIBDIR)/packdrake.pm', - 'Distribconf.pm' => '$(INST_LIBDIR)/Distribconf.pm', - 'Distribconf/Build.pm' => '$(INST_LIBDIR)/Distribconf/Build.pm', }, EXE_FILES => [ qw(gendistrib genhdlist packdrake rpm2header parsehdlist rpm2cpio.pl dumpdistribconf) ], C => [], -- cgit v1.2.1