From 664a481a1db2aa9cf57e108ef4c37b9c1da41c13 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sun, 10 Jun 2007 22:22:29 +0000 Subject: - don't use author.xml --- Makefile.PL | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index ccea56e..be823d4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,16 +5,6 @@ use ExtUtils::MakeMaker; my $rpmtools_version = "5.2.0"; -# to generate the ChangeLog depending on the checkout layout -my $commonusername = "../common/"; --d $commonusername or do { - $commonusername = "../../common/"; - -d $commonusername or do { - $commonusername = "../../../common/"; - -d $commonusername or $commonusername = ""; - }; -}; - sub MY::postamble { <