{"id":16306036,"url":"https://github.com/songmu/p5-parse-crontab","last_synced_at":"2025-06-23T09:06:43.930Z","repository":{"id":6196440,"uuid":"7427071","full_name":"Songmu/p5-Parse-Crontab","owner":"Songmu","description":null,"archived":false,"fork":false,"pushed_at":"2015-07-07T12:48:41.000Z","size":213,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T09:06:27.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Songmu.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-03T17:31:32.000Z","updated_at":"2014-09-09T07:11:03.000Z","dependencies_parsed_at":"2022-09-10T01:31:53.528Z","dependency_job_id":null,"html_url":"https://github.com/Songmu/p5-Parse-Crontab","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Songmu/p5-Parse-Crontab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Songmu%2Fp5-Parse-Crontab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Songmu%2Fp5-Parse-Crontab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Songmu%2Fp5-Parse-Crontab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Songmu%2Fp5-Parse-Crontab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Songmu","download_url":"https://codeload.github.com/Songmu/p5-Parse-Crontab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Songmu%2Fp5-Parse-Crontab/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261449787,"owners_count":23159804,"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":"2024-10-10T21:09:29.259Z","updated_at":"2025-06-23T09:06:38.916Z","avatar_url":"https://github.com/Songmu.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nParse::Crontab - Perl extension to parse Vixie crontab file\n\n# SYNOPSIS\n\n    use Parse::Crontab;\n    my $crontab = Parse::Crontab-\u003enew(file =\u003e 'crontab.txt');\n    unless ($crontab-\u003eis_valid) {\n        warn $crontab-\u003eerror_messages;\n    }\n    for my $job ($crontab-\u003ejobs) {\n        say $job-\u003eminute;\n        say $job-\u003ehour;\n        say $job-\u003eday;\n        say $job-\u003emonth;\n        say $job-\u003eday_of_week;\n        say $job-\u003ecommand;\n    }\n\n# DESCRIPTION\n\nThis software is for parsing and validating Vixie crontab files.\n\n# INTERFACE\n\n## Constructor Options\n\n### `file`\n\ncrontab file.\n\n### `verbose`\n\nverbose option (Default: 1).\nIf errors/warnings exist, errors/warnings message is dumped immediately when parsing.\n\n### `has_user_field`\n\nfor the crontab format having user field (system-width cron files and all that).\n\n## Functions\n\n### `is_valid()`\n\nChecking crontab is valid or not.\n\n### `entries()`\n\nreturns all entries in crontab\n\n### `jobs()`\n\nreturns job entries in crontab\n\n# DEPENDENCIES\n\nPerl 5.8.1 or later.\n\n# BUGS\n\nAll complex software has bugs lurking in it, and this module is no\nexception. If you find a bug please either email me, or add the bug\nto cpan-RT.\n\n# AUTHOR\n\nMasayuki Matsuki \u003cy.songmu@gmail.com\u003e\n\n# LICENSE AND COPYRIGHT\n\nCopyright (c) 2013, Masayuki Matsuki. All rights reserved.\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsongmu%2Fp5-parse-crontab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsongmu%2Fp5-parse-crontab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsongmu%2Fp5-parse-crontab/lists"}