From a23badc6a5f3171095fa7a89b22e984cc69ad25b Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Tue, 27 Oct 2015 10:57:14 +0100 Subject: [PATCH] didnt install --- Makefile.PL | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 2c8d9a5..6017998 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ # # Makefile.PL - build file for DBM::Tree::Manager # -# Copyright (c) 2007-2014 T. v.Dein . +# Copyright (c) 2007-2015 T. v.Dein . # All Rights Reserved. Std. disclaimer applies. # Artistic License, same as perl itself. Have fun. # @@ -14,9 +14,7 @@ WriteMakefile( 'EXE_FILES' => [ 'bin/dbmdeep' ], ABSTRACT => 'Maintain DBM::Deep databases interactively', LICENSE => 'perl', - AUTHOR => [ - 'Thomas v.Dein ', - ], + AUTHOR => 'Thomas v.Dein ', clean => { FILES => '*~ */*~' }, PREREQ_PM => { 'DBM::Deep' => 2.0,