{"id":22907976,"url":"https://github.com/p6m7g8-dotfiles/p6perl","last_synced_at":"2026-03-07T17:10:30.270Z","repository":{"id":43084816,"uuid":"471516464","full_name":"p6m7g8-dotfiles/p6perl","owner":"p6m7g8-dotfiles","description":"P6 Dotfiles: POSIX.2 Perl utility functions for scripting","archived":false,"fork":false,"pushed_at":"2026-02-07T03:43:38.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-07T14:17:37.020Z","etag":null,"topics":["bash","cli","p6","p6m7g8","perl","sh","shell","terminal","zsh"],"latest_commit_sha":null,"homepage":"https://continuouslearning.io","language":"Perl","has_issues":false,"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/p6m7g8-dotfiles.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-18T21:03:56.000Z","updated_at":"2026-02-07T03:43:33.000Z","dependencies_parsed_at":"2025-10-18T19:39:22.106Z","dependency_job_id":null,"html_url":"https://github.com/p6m7g8-dotfiles/p6perl","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/p6m7g8-dotfiles/p6perl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p6m7g8-dotfiles","download_url":"https://codeload.github.com/p6m7g8-dotfiles/p6perl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6perl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30222581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bash","cli","p6","p6m7g8","perl","sh","shell","terminal","zsh"],"created_at":"2024-12-14T03:19:08.632Z","updated_at":"2026-03-07T17:10:30.265Z","avatar_url":"https://github.com/p6m7g8-dotfiles.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# P6's POSIX.2: p6perl\n\n## Table of Contents\n\n- [Badges](#badges)\n- [Summary](#summary)\n- [Contributing](#contributing)\n- [Code of Conduct](#code-of-conduct)\n- [Usage](#usage)\n  - [Hooks](#hooks)\n  - [Functions](#functions)\n- [Hierarchy](#hierarchy)\n- [Author](#author)\n\n## Badges\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## Summary\n\nPerl tooling for the `p6df` framework: doc generation (`doc_inline.pl`, `doc_readme.pl`),\nCI/CD helpers, and the `P6::CICD::Docs` library that produces per-module README files\nfrom inline zsh source comments.\n\n## Contributing\n\n- [How to Contribute](\u003chttps://github.com/p6m7g8-dotfiles/.github/blob/main/CONTRIBUTING.md\u003e)\n\n## Code of Conduct\n\n- [Code of Conduct](\u003chttps://github.com/p6m7g8-dotfiles/.github/blob/main/CODE_OF_CONDUCT.md\u003e)\n\n## Usage\n\n### Hooks\n\n- `deps` -\u003e `p6df::modules::p6perl::deps()`\n- `init` -\u003e `p6df::modules::p6perl::init(_module, dir)`\n\n### Functions\n\n#### p6perl\n\n##### p6perl/init.zsh\n\n- `p6_perl_init(dir)`\n  - Args:\n    - dir\n- `p6df::modules::p6perl::deps()`\n- `p6df::modules::p6perl::init(_module, dir)`\n  - Args:\n    - _module\n    - dir\n\n## Hierarchy\n\n```text\n.\n├── bin\n│   ├── doc_inline.pl\n│   ├── doc_readme.pl\n│   ├── elb_listener_show.pl\n│   ├── gen.pl\n│   └── sg_show.pl\n├── init.zsh\n├── lib\n│   └── perl5\n│       ├── P6\n│       │   ├── AWS\n│       │   │   ├── EC2\n│       │   │   │   └── VPC\n│       │   │   │       └── SG.pm\n│       │   │   ├── ELB.pm\n│       │   │   ├── SGen\n│       │   │   │   ├── Cmd.pm\n│       │   │   │   └── Service.pm\n│       │   │   └── SGen.pm\n│       │   ├── Cache.pm\n│       │   ├── CICD\n│       │   │   └── Docs\n│       │   │       ├── Inline.pm\n│       │   │       └── Readme.pm\n│       │   ├── CLI.pm\n│       │   ├── Cmd.pm\n│       │   ├── Const.pm\n│       │   ├── DB.pm\n│       │   ├── DT.pm\n│       │   ├── Email.pm\n│       │   ├── IO.pm\n│       │   ├── MVC\n│       │   │   ├── C\n│       │   │   │   └── Router.pm\n│       │   │   ├── C.pm\n│       │   │   ├── M.pm\n│       │   │   ├── Util\n│       │   │   │   └── DB.pm\n│       │   │   └── V.pm\n│       │   ├── Object.pm\n│       │   ├── Template.pm\n│       │   └── Util.pm\n│       └── P6.pm\n├── README.md\n└── tt\n    ├── aws_func.tt\n    ├── aws_uw_func.tt\n    └── readme\n        └── readme.md.tt\n\n16 directories, 34 files\n```\n\n## Author\n\nPhilip M. Gollucci \u003cpgollucci@p6m7g8.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6m7g8-dotfiles%2Fp6perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp6m7g8-dotfiles%2Fp6perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6m7g8-dotfiles%2Fp6perl/lists"}