mirror of
https://codeberg.org/scip/Data-Interactive-Inspect.git
synced 2025-12-17 04:31:00 +01:00
added search command, couple of fixes, added support to overwrite serialization code
This commit is contained in:
@@ -13,9 +13,7 @@ WriteMakefile(
|
||||
VERSION_FROM => 'Inspect.pm',
|
||||
ABSTRACT => 'Inspect and manipulate perl data structures interactively',
|
||||
LICENSE => 'perl',
|
||||
AUTHOR => [
|
||||
'Thomas v.Dein <tlinden@cpan.org>',
|
||||
],
|
||||
AUTHOR => 'Thomas v.Dein <tlinden@cpan.org>',
|
||||
clean => { FILES => '*~ */*~' },
|
||||
PREREQ_PM => {
|
||||
'YAML' => 0,
|
||||
|
||||
Reference in New Issue
Block a user