{"id":21942580,"url":"https://github.com/haukex/config-perl","last_synced_at":"2026-02-28T20:45:02.310Z","repository":{"id":32191922,"uuid":"35765455","full_name":"haukex/Config-Perl","owner":"haukex","description":"Perl extension to parse configuration files written in Perl","archived":false,"fork":false,"pushed_at":"2024-04-27T14:14:00.000Z","size":63,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-26T10:31:38.766Z","etag":null,"topics":["config-perl","perl","perl-extension","perl-module","ppi"],"latest_commit_sha":null,"homepage":"https://metacpan.org/release/Config-Perl","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/haukex.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}},"created_at":"2015-05-17T12:36:26.000Z","updated_at":"2024-04-27T14:14:04.000Z","dependencies_parsed_at":"2024-11-29T03:29:12.147Z","dependency_job_id":"8d14b63a-29d4-4e7e-87f4-f5e9e60fdf61","html_url":"https://github.com/haukex/Config-Perl","commit_stats":{"total_commits":43,"total_committers":1,"mean_commits":43.0,"dds":0.0,"last_synced_commit":"9898862bb9638214d6e906e2d422f9e9633c6dad"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/haukex/Config-Perl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2FConfig-Perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2FConfig-Perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2FConfig-Perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2FConfig-Perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haukex","download_url":"https://codeload.github.com/haukex/Config-Perl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2FConfig-Perl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285319006,"owners_count":27151474,"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","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["config-perl","perl","perl-extension","perl-module","ppi"],"created_at":"2024-11-29T03:25:34.225Z","updated_at":"2025-11-19T20:03:13.416Z","avatar_url":"https://github.com/haukex.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Config-Perl\n===========\n\nThis is the distribution of the Perl modules\n[`Config::Perl`](https://metacpan.org/pod/Config::Perl) and\n[`Data::Undump::PPI`](https://metacpan.org/pod/Data::Undump::PPI).\n\nThey are Perl extensions for parsing configuration files written in a subset\nof Perl and (limited) undumping of data structures (via PPI, not eval).\n\nPlease see the modules' documentation (POD) for details (try the commands\n`perldoc lib/Config/Perl.pm` and `perldoc lib/Data/Undump/PPI.pm`) and the\nfile `Changes` for version information.\n\n[![Travis CI Build Status](https://travis-ci.org/haukex/Config-Perl.svg)](https://travis-ci.org/haukex/Config-Perl)\n[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/haukex/Config-Perl?svg=true)](https://ci.appveyor.com/project/haukex/config-perl)\n[![Coverage Status](https://coveralls.io/repos/github/haukex/Config-Perl/badge.svg)](https://coveralls.io/github/haukex/Config-Perl)\n[![Kwalitee Score](https://cpants.cpanauthors.org/dist/Config-Perl.svg)](https://cpants.cpanauthors.org/dist/Config-Perl)\n[![CPAN Testers](https://haukex.github.io/my-badges/Config-Perl.svg)](http://matrix.cpantesters.org/?dist=Config-Perl)\n\nInstallation\n------------\n\nTo install this module type the following:\n\n\tperl Makefile.PL\n\tmake\n\tmake test\n\tmake install\n\nIf you are running Windows, you may need to use `dmake` or `nmake`\ninstead of `make`.\n\nDependencies\n------------\n\nRequirements: Perl v5.6 or higher (a more current version is strongly\nrecommended) and several of its core modules; users of older Perls may need\nto upgrade some core modules. The CPAN module \"PPI\" is also required.\n\nThe full list of required modules can be found in the file `Makefile.PL`.\nThis module should work on any platform supported by these modules.\n\nAuthor, Copyright and License\n-----------------------------\n\nCopyright (c) 2015 Hauke Daempfling \u003chaukex@zero-g.net\u003e.\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl 5 itself.\n\nFor more information see the Perl Artistic License,\nwhich should have been distributed with your copy of Perl.\nTry the command `perldoc perlartistic` or see\n\u003chttp://perldoc.perl.org/perlartistic.html\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaukex%2Fconfig-perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaukex%2Fconfig-perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaukex%2Fconfig-perl/lists"}