mirror of
https://codeberg.org/scip/dbmdeep.git
synced 2025-12-18 05:01:00 +01:00
didnt install
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile.PL - build file for DBM::Tree::Manager
|
# Makefile.PL - build file for DBM::Tree::Manager
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007-2014 T. v.Dein <tom |AT| cpan.org>.
|
# Copyright (c) 2007-2015 T. v.Dein <tom |AT| cpan.org>.
|
||||||
# All Rights Reserved. Std. disclaimer applies.
|
# All Rights Reserved. Std. disclaimer applies.
|
||||||
# Artistic License, same as perl itself. Have fun.
|
# Artistic License, same as perl itself. Have fun.
|
||||||
#
|
#
|
||||||
@@ -14,9 +14,7 @@ WriteMakefile(
|
|||||||
'EXE_FILES' => [ 'bin/dbmdeep' ],
|
'EXE_FILES' => [ 'bin/dbmdeep' ],
|
||||||
ABSTRACT => 'Maintain DBM::Deep databases interactively',
|
ABSTRACT => 'Maintain DBM::Deep databases interactively',
|
||||||
LICENSE => 'perl',
|
LICENSE => 'perl',
|
||||||
AUTHOR => [
|
AUTHOR => 'Thomas v.Dein <tlinden@cpan.org>',
|
||||||
'Thomas v.Dein <tlinden@cpan.org>',
|
|
||||||
],
|
|
||||||
clean => { FILES => '*~ */*~' },
|
clean => { FILES => '*~ */*~' },
|
||||||
PREREQ_PM => {
|
PREREQ_PM => {
|
||||||
'DBM::Deep' => 2.0,
|
'DBM::Deep' => 2.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user