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,