{"id":17614259,"url":"https://github.com/vroncevic/perl_util","last_synced_at":"2025-10-12T05:31:57.326Z","repository":{"id":81826171,"uuid":"58318056","full_name":"vroncevic/perl_util","owner":"vroncevic","description":"Perl Utilities","archived":false,"fork":false,"pushed_at":"2024-06-16T19:17:25.000Z","size":479,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T06:48:53.070Z","etag":null,"topics":["modules","perl","utilities"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/perl_util/","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2016-05-08T15:17:40.000Z","updated_at":"2024-06-16T19:17:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"348ef211-2a36-4fd6-be92-da5c895e29de","html_url":"https://github.com/vroncevic/perl_util","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vroncevic/perl_util","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fperl_util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fperl_util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fperl_util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fperl_util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/perl_util/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fperl_util/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260998279,"owners_count":23095076,"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":["modules","perl","utilities"],"created_at":"2024-10-22T18:37:44.031Z","updated_at":"2025-10-12T05:31:57.263Z","avatar_url":"https://github.com/vroncevic.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# perl_util (Perl Package Modules)\n\n**perl_util** is framework for creating/building Apps/Tools/Scripts.\n\nDeveloped in **[perl](https://www.perl.org/)** code: **100%**.\n\nA README file is required for CPAN modules since CPAN extracts the\nREADME file from a module distribution so that people browsing the\narchive can use it get an idea of the modules uses. It is usually a\ngood idea to provide version information here so that people can\ndecide whether fixes for the module are worth downloading.\n\n![Perl package](https://github.com/vroncevic/perl_util/workflows/perl_util_checker/badge.svg?branch=master) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/perl_util.svg)](https://github.com/vroncevic/perl_util/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/perl_util.svg)](https://github.com/vroncevic/perl_util/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Library structure](#library-structure)\n- [Docs](#docs)\n- [Copyright and licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\nFollow instructions from README for each module.\n\nSet INSTALL_BASE=/usr/local/perl/\n\n### Dependencies\n\n**perl_util** requires next modules and libraries\n\nCheck requires from README for each module.\n\n### Library structure\n\n```bash\n    perl-libs/\n        ├── CheckStatus/\n        │   ├── blib\n        │   │   ├── arch/\n        │   │   │   └── auto/\n        │   │   │       └── CheckStatus/\n        │   │   ├── bin/\n        │   │   ├── lib/\n        │   │   │   ├── auto/\n        │   │   │   │   └── CheckStatus/\n        │   │   │   └── CheckStatus.pm\n        │   │   ├── man1/\n        │   │   ├── man3/\n        │   │   │   └── CheckStatus.3pm\n        │   │   └── script/\n        │   ├── Changes\n        │   ├── lib/\n        │   │   └── CheckStatus.pm\n        │   ├── Makefile\n        │   ├── Makefile.old\n        │   ├── Makefile.PL\n        │   ├── MANIFEST\n        │   ├── MANIFEST.bak\n        │   ├── MYMETA.json\n        │   ├── MYMETA.yml\n        │   ├── pm_to_blib\n        │   ├── README\n        │   └── t/\n        │       └── Status.t\n        ├── CheckStrings/\n        │   ├── blib/\n        │   │   ├── arch/\n        │   │   │   └── auto/\n        │   │   │       └── CheckStrings/\n        │   │   ├── bin/\n        │   │   ├── lib/\n        │   │   │   ├── auto/\n        │   │   │   │   └── CheckStrings/\n        │   │   │   └── CheckStrings.pm\n        │   │   ├── man1/\n        │   │   ├── man3/\n        │   │   │   └── CheckStrings.3pm\n        │   │   └── script/\n        │   ├── Changes\n        │   ├── lib/\n        │   │   └── CheckStrings.pm\n        │   ├── Makefile\n        │   ├── Makefile.old\n        │   ├── Makefile.PL\n        │   ├── MANIFEST\n        │   ├── MANIFEST.bak\n        │   ├── MYMETA.json\n        │   ├── MYMETA.yml\n        │   ├── pm_to_blib\n        │   ├── README\n        │   └── t/\n        │       └── Status.t\n        ├── Configuration/\n        │   ├── blib/\n        │   │   ├── arch/\n        │   │   │   └── auto/\n        │   │   │       └── Configuration/\n        │   │   ├── bin/\n        │   │   ├── lib/\n        │   │   │   ├── auto/\n        │   │   │   │   └── Configuration/\n        │   │   │   └── Configuration.pm\n        │   │   ├── man1/\n        │   │   ├── man3/\n        │   │   │   └── Configuration.3pm\n        │   │   └── script/\n        │   ├── Changes\n        │   ├── lib/\n        │   │   └── Configuration.pm\n        │   ├── Makefile\n        │   ├── Makefile.PL\n        │   ├── MANIFEST\n        │   ├── MANIFEST.bak\n        │   ├── MYMETA.json\n        │   ├── MYMETA.yml\n        │   ├── pm_to_blib\n        │   ├── README\n        │   └── t/\n        │       └── Configuration.t\n        ├── ErrorMessage/\n        │   ├── blib/\n        │   │   ├── arch/\n        │   │   │   └── auto/\n        │   │   │       └── ErrorMessage/\n        │   │   ├── bin/\n        │   │   ├── lib/\n        │   │   │   ├── auto/\n        │   │   │   │   └── ErrorMessage/\n        │   │   │   └── ErrorMessage.pm\n        │   │   ├── man1/\n        │   │   ├── man3/\n        │   │   │   └── ErrorMessage.3pm\n        │   │   └── script/\n        │   ├── Changes\n        │   ├── lib/\n        │   │   └── ErrorMessage.pm\n        │   ├── Makefile\n        │   ├── Makefile.PL\n        │   ├── MANIFEST\n        │   ├── MANIFEST.bak\n        │   ├── MYMETA.json\n        │   ├── MYMETA.yml\n        │   ├── pm_to_blib\n        │   ├── README\n        │   └── t/\n        │       └── ErrorMessage.t\n        ├── InfoDebugMessage/\n        │   ├── blib/\n        │   │   ├── arch/\n        │   │   │   └── auto/\n        │   │   │       └── InfoDebugMessage/\n        │   │   ├── bin/\n        │   │   ├── lib/\n        │   │   │   ├── auto/\n        │   │   │   │   └── InfoDebugMessage/\n        │   │   │   └── InfoDebugMessage.pm\n        │   │   ├── man1/\n        │   │   ├── man3/\n        │   │   │   └── InfoDebugMessage.3pm\n        │   │   └── script/\n        │   ├── Changes\n        │   ├── lib/\n        │   │   └── InfoDebugMessage.pm\n        │   ├── Makefile\n        │   ├── Makefile.PL\n        │   ├── MANIFEST\n        │   ├── MANIFEST.bak\n        │   ├── MYMETA.json\n        │   ├── MYMETA.yml\n        │   ├── pm_to_blib\n        │   ├── README\n        │   └── t/\n        │       └── InfoDebugMessage.t\n        ├── InfoMessage/\n        │   ├── blib/\n        │   │   ├── arch/\n        │   │   │   └── auto/\n        │   │   │       └── InfoMessage/\n        │   │   ├── bin/\n        │   │   ├── lib/\n        │   │   │   ├── auto/\n        │   │   │   │   └── InfoMessage/\n        │   │   │   └── InfoMessage.pm\n        │   │   ├── man1/\n        │   │   ├── man3/\n        │   │   │   └── InfoMessage.3pm\n        │   │   └── script/\n        │   ├── Changes\n        │   ├── lib/\n        │   │   └── InfoMessage.pm\n        │   ├── Makefile\n        │   ├── Makefile.PL\n        │   ├── MANIFEST\n        │   ├── MANIFEST.bak\n        │   ├── MYMETA.json\n        │   ├── MYMETA.yml\n        │   ├── pm_to_blib\n        │   ├── README\n        │   └── t/\n        │       └── InfoMessage.t\n        ├── Logging/\n        │   ├── blib/\n        │   │   ├── arch/\n        │   │   │   └── auto/\n        │   │   │       └── Logging/\n        │   │   ├── bin/\n        │   │   ├── lib/\n        │   │   │   ├── auto/\n        │   │   │   │   └── Logging/\n        │   │   │   └── Logging.pm\n        │   │   ├── man1/\n        │   │   ├── man3/\n        │   │   │   └── Logging.3pm\n        │   │   └── script/\n        │   ├── Changes\n        │   ├── lib/\n        │   │   └── Logging.pm\n        │   ├── Makefile\n        │   ├── Makefile.PL\n        │   ├── MANIFEST\n        │   ├── MANIFEST.bak\n        │   ├── MYMETA.json\n        │   ├── MYMETA.yml\n        │   ├── pm_to_blib\n        │   ├── README\n        │   └── t/\n        │       └── Logging.t\n        ├── Notification/\n        │   ├── blib/\n        │   │   ├── arch/\n        │   │   │   └── auto/\n        │   │   │       └── Notification/\n        │   │   ├── bin/\n        │   │   ├── lib/\n        │   │   │   ├── auto/\n        │   │   │   │   └── Notification/\n        │   │   │   └── Notification.pm\n        │   │   ├── man1/\n        │   │   ├── man3/\n        │   │   │   └── Notification.3pm\n        │   │   └── script/\n        │   ├── Changes\n        │   ├── lib/\n        │   │   └── Notification.pm\n        │   ├── Makefile\n        │   ├── Makefile.PL\n        │   ├── MANIFEST\n        │   ├── MANIFEST.bak\n        │   ├── MYMETA.json\n        │   ├── MYMETA.yml\n        │   ├── pm_to_blib\n        │   ├── README\n        │   └── t/\n        │       └── Notification.t\n        ├── OrCheckStatus/\n        │   ├── blib/\n        │   │   ├── arch/\n        │   │   │   └── auto/\n        │   │   │       ├── CheckStatus/\n        │   │   │       └── OrCheckStatus/\n        │   │   ├── bin/\n        │   │   ├── lib/\n        │   │   │   ├── auto/\n        │   │   │   │   ├── CheckStatus/\n        │   │   │   │   └── OrCheckStatus/\n        │   │   │   ├── CheckStatus.pm\n        │   │   │   └── OrCheckStatus.pm\n        │   │   ├── man1/\n        │   │   ├── man3/\n        │   │   │   ├── CheckStatus.3pm\n        │   │   │   └── OrCheckStatus.3pm\n        │   │   └── script/\n        │   ├── Changes\n        │   ├── lib/\n        │   │   └── OrCheckStatus.pm\n        │   ├── Makefile\n        │   ├── Makefile.old\n        │   ├── Makefile.PL\n        │   ├── MANIFEST\n        │   ├── MANIFEST.bak\n        │   ├── MYMETA.json\n        │   ├── MYMETA.yml\n        │   ├── pm_to_blib\n        │   ├── README\n        │   └── t/\n        │       └── Status.t\n        ├── Status/\n        │   ├── blib/\n        │   │   ├── arch/\n        │   │   │   └── auto/\n        │   │   │       └── Status/\n        │   │   ├── bin/\n        │   │   ├── lib/\n        │   │   │   ├── auto/\n        │   │   │   │   └── Status/\n        │   │   │   └── Status.pm\n        │   │   ├── man1/\n        │   │   ├── man3/\n        │   │   │   └── Status.3pm\n        │   │   └── script/\n        │   ├── Changes\n        │   ├── lib/\n        │   │   └── Status.pm\n        │   ├── Makefile\n        │   ├── Makefile.old\n        │   ├── Makefile.PL\n        │   ├── MANIFEST\n        │   ├── MANIFEST.bak\n        │   ├── MYMETA.json\n        │   ├── MYMETA.yml\n        │   ├── pm_to_blib\n        │   ├── README\n        │   └── t/\n        │       └── Status.t\n        └── Utils/\n            ├── blib/\n            │   ├── arch/\n            │   │   └── auto/\n            │   │       └── Utils/\n            │   ├── bin/\n            │   ├── lib/\n            │   │   ├── auto/\n            │   │   │   └── Utils/\n            │   │   └── Utils.pm\n            │   ├── man1/\n            │   ├── man3/\n            │   │   └── Utils.3pm\n            │   └── script/\n            ├── Changes\n            ├── lib/\n            │   └── Utils.pm\n            ├── Makefile\n            ├── Makefile.PL\n            ├── MANIFEST\n            ├── MANIFEST.bak\n            ├── MYMETA.json\n            ├── MYMETA.yml\n            ├── pm_to_blib\n            ├── README\n            └── t/\n                └── Utils.t\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/perl_util/badge/?version=latest)](https://perl-util.readthedocs.io/projects/perl_util/en/latest/?badge=latest)\n\nMore documentation and info at\n\n* [perl_util.readthedocs.io](https://perl-util.readthedocs.io/en/latest/)\n* [www.perl.org](https://www.perl.org/)\n\n### Copyright and licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2015 - 2024 by [vroncevic.github.io/perl_util](https://vroncevic.github.io/perl_util/)\n\n**perl_util** is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself, either Perl version 5.18.2 or,\nat your option, any later version of Perl 5 you may have available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fperl_util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fperl_util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fperl_util/lists"}