{"id":20500501,"url":"https://github.com/poti1/app-pod","last_synced_at":"2026-01-23T04:57:46.770Z","repository":{"id":39002839,"uuid":"370822359","full_name":"poti1/app-pod","owner":"poti1","description":"Quickly show available class methods and documentation.","archived":false,"fork":false,"pushed_at":"2025-05-28T10:09:49.000Z","size":182,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-28T11:24:41.227Z","etag":null,"topics":["command-line-tool","hacktoberfest","parser","perl","perl5","perldoc","pod"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poti1.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2021-05-25T20:40:18.000Z","updated_at":"2025-05-28T10:09:53.000Z","dependencies_parsed_at":"2024-11-15T18:22:15.988Z","dependency_job_id":"b68473dc-d699-449d-a99a-c149088e4e1a","html_url":"https://github.com/poti1/app-pod","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/poti1/app-pod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poti1%2Fapp-pod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poti1%2Fapp-pod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poti1%2Fapp-pod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poti1%2Fapp-pod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poti1","download_url":"https://codeload.github.com/poti1/app-pod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poti1%2Fapp-pod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28680623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T04:33:33.518Z","status":"ssl_error","status_checked_at":"2026-01-23T04:33:30.433Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["command-line-tool","hacktoberfest","parser","perl","perl5","perldoc","pod"],"created_at":"2024-11-15T18:21:05.023Z","updated_at":"2026-01-23T04:57:46.764Z","avatar_url":"https://github.com/poti1.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LOGO\n\n    ~                      __ ~\n    ~     ____  ____  ____/ / ~\n    ~    / __ \\/ __ \\/ __  /  ~\n    ~   / /_/ / /_/ / /_/ /   ~\n    ~  / .___/\\____/\\__,_/    ~\n    ~ /_/                     ~\n\n# NAME\n\nApp::Pod - Quickly show available class methods and documentation.\n\n# SYNOPSIS\n\nView summary of Mojo::UserAgent:\n\n    % pod Mojo::UserAgent\n\nView summary of a specific method.\n\n    % pod Mojo::UserAgent get\n\nEdit the module\n\n    % pod Mojo::UserAgent -e\n\nEdit the module and jump to the specific method definition right away.\n(Press \"n\" to next match if neeeded).\n\n    % pod Mojo::UserAgent get -e\n\nRun perldoc on the module (for convenience).\n\n    % pod Mojo::UserAgent -d\n\nList all available methods.\nIf no methods are found normally, then this will automatically be enabled.\n(pod was made to work with Mojo pod styling).\n\n    % pod Mojo::UserAgent -a\n\nList all Module::Build actions.\n\n    % pod Module::Build --query head1=ACTIONS/item-text\n\nCan do the same stuff with a file\n\n    % pod my.pod --query head1\n\nShow help.\n\n    % pod\n    % pod -h\n\n# DESCRIPTION\n\nBasically, this is a tool that can quickly summarize the contents of a perl module.\n\n# SUBROUTINES/METHODS\n\n## \\_has\n\nGenerates class accessor methods (like Mojo::Base::attr)\n\n## run\n\nRun the main program.\n\n    use App::Pod;\n    App::Pod-\u003erun;\n\nOr just use the included script:\n\n    % pod\n\n## list\\_tool\\_options\n\nReturns a list of the possible command line options\nto this tool.\n\n## list\\_class\\_options\n\nShows a list of all the available class options\nwhich may be methods, events, etc.\n\n(This is handy for making tab completion based on\na class.)\n\n## edit\\_class\n\nEdit a class using vim.\nCan optionally just to a specific keyword.\n\n## doc\\_class\n\nShow the documentation for a module using perldoc.\n\n## query\\_class\n\nRun a pod query using Pod::Query.\n\nUse --dump option to show the data structure.\n(For debugging use).\n\n## show\\_header\n\nPrints a generic header for a module.\n\n## show\\_inheritance\n\nShow the Inheritance chain of a class/module.\n\n## show\\_events\n\nShow any declared class events.\n\n## show\\_methods\n\nShow all class methods.\n\n## show\\_method\\_doc\n\nShow documentation for a specific module method.\n\n## define\\_last\\_run\\_cache\\_file\n\nDefined where to save the results from the last run.\nThis is done for performance reasons.\n\n## store\\_cache\n\nSaves the last class name and its methods/options.\n\n## retrieve\\_cache\n\nReturns the last stored class cache and its options.\n\n## trim\n\nTrim a line to fit the terminal width.\nHandles also escape codes within the line.\n\n# ENVIRONMENT\n\nInstall bash completion support.\n\n    % apt install bash-completion\n\nInstall tab completion.\n\n    % source bash_completion_pod\n\n# SEE ALSO\n\n[Pod::Query](https://metacpan.org/pod/Pod%3A%3AQuery)\n\n[Pod::LOL](https://metacpan.org/pod/Pod%3A%3ALOL)\n\n[Module::Functions](https://metacpan.org/pod/Module%3A%3AFunctions)\n\n# AUTHOR\n\nTim Potapov, `\u003ctim.potapov[AT]gmail.com\u003e`\n\n# BUGS\n\nPlease report any bugs or feature requests to [https://github.com/poti1/app-pod/issues](https://github.com/poti1/app-pod/issues).\n\n# SUPPORT\n\nYou can find documentation for this module with the perldoc command.\n\n    perldoc App::Pod\n\nYou can also look for information at:\n\n[https://metacpan.org/pod/App::Pod](https://metacpan.org/pod/App::Pod)\n[https://github.com/poti1/app-pod](https://github.com/poti1/app-pod)\n\n# ACKNOWLEDGEMENTS\n\nTBD\n\n# LICENSE AND COPYRIGHT\n\nThis software is Copyright (c) 2022 by Tim Potapov.\n\nThis is free software, licensed under:\n\n    The Artistic License 2.0 (GPL Compatible)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoti1%2Fapp-pod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoti1%2Fapp-pod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoti1%2Fapp-pod/lists"}