added search command, couple of fixes, added support to overwrite serialization code

This commit is contained in:
TLINDEN
2015-02-08 15:01:09 +01:00
parent 26ee4e41fe
commit 3863954245
3 changed files with 218 additions and 92 deletions

View File

@@ -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,