added sample inputs

This commit is contained in:
Thomas von Dein
2017-04-05 23:30:12 +02:00
parent 1e88ebd049
commit c82afe44ea
7 changed files with 536 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
{
"abstract" : "Inspect and manipulate perl data structures interactively",
"author" : [
"Thomas v.Dein <tlinden@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Data-Interactive-Inspect",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"File::Temp" : "0",
"Term::ReadLine" : "0",
"YAML" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"repository" : {
"url" : "https://github.com/TLINDEN/Data-Interactive-Inspect"
}
},
"version" : 0.06,
"x_serialization_backend" : "JSON::PP version 2.27300"
}