{"id":24122215,"url":"https://github.com/tlinden/data-interactive-inspect","last_synced_at":"2026-05-12T18:35:53.073Z","repository":{"id":144612998,"uuid":"30361449","full_name":"TLINDEN/Data-Interactive-Inspect","owner":"TLINDEN","description":"Inspect and manipulate perl data structures interactively","archived":false,"fork":false,"pushed_at":"2017-04-05T21:31:57.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T11:41:57.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://search.cpan.org/dist/Data-Interactive-Inspect/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TLINDEN.png","metadata":{"files":{"readme":"README","changelog":"Changelog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-05T15:10:48.000Z","updated_at":"2017-04-06T21:30:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"55cd2571-2f02-4977-8708-a2faf2c24fcc","html_url":"https://github.com/TLINDEN/Data-Interactive-Inspect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2FData-Interactive-Inspect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2FData-Interactive-Inspect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2FData-Interactive-Inspect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2FData-Interactive-Inspect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TLINDEN","download_url":"https://codeload.github.com/TLINDEN/Data-Interactive-Inspect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241210949,"owners_count":19927817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-11T11:39:10.856Z","updated_at":"2026-05-12T18:35:53.015Z","avatar_url":"https://github.com/TLINDEN.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n\tData::Interactive::Inspect - Inspect and manipulate perl data structures interactively\n\nSYNOPSIS\n        use Data::Interactive::Inspect;\n        my $data = foo(); # get a hash ref from somewhere\n\n        # new shell object, the simple way\n        my $shell = Data::Interactive::Inspect-\u003enew($data);\n\n        # or\n        my $shell = Data::Interactive::Inspect-\u003enew(\n          struct   =\u003e $data,\n          name     =\u003e 'verkehrswege',\n          begin    =\u003e sub { .. },\n          commit   =\u003e sub { .. },\n          rollback =\u003e sub { .. },\n          editor   =\u003e 'emacs',\n          more     =\u003e 'less'\n        );\n\n        $data = $shell-\u003einspect(); # opens a shell and returns modified hash ref on quit\n\nDESCRIPTION\n       This module provides an interactive shell which can be used to inspect\n       and modify a perl data structure.\n \nINSTALLATION\n\n\tto install, type:\n\t  perl Makefile.PL\n\t  make\n\t  make test\n\t  make install\n\n\tto read the complete documentation, type:\n\tperldoc Data::Interactive::Inspect\n\nAUTHOR\n       T.v.Dein \u003ctlinden@cpan.org\u003e\n\nBUGS\n       Report bugs to\n       http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Data::Interactive::Inspect\n\nCOPYRIGHT\n       Copyright (c) 2015-2017 by T.v.Dein \u003ctlinden@cpan.org\u003e.  All rights\n       reserved.\n\nLICENSE\n       This program is free software; you can redistribute it and/or modify it\n       under the same terms as Perl itself.\n\nVERSION\n       This is the manual page for Data::Interactive::Inspect Version 0.07.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlinden%2Fdata-interactive-inspect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlinden%2Fdata-interactive-inspect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlinden%2Fdata-interactive-inspect/lists"}