{"id":17635920,"url":"https://github.com/mohawk2/moox-thunking","last_synced_at":"2025-10-12T02:11:07.370Z","repository":{"id":56840575,"uuid":"102565366","full_name":"mohawk2/moox-thunking","owner":"mohawk2","description":"Moo extension allowing attributes to be \"thunked\"","archived":false,"fork":false,"pushed_at":"2019-03-21T20:14:18.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T03:43:02.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metacpan.org/release/MooX-Thunking","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/mohawk2.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}},"created_at":"2017-09-06T05:11:57.000Z","updated_at":"2021-11-07T02:05:08.000Z","dependencies_parsed_at":"2022-08-29T01:51:14.833Z","dependency_job_id":null,"html_url":"https://github.com/mohawk2/moox-thunking","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mohawk2/moox-thunking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2Fmoox-thunking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2Fmoox-thunking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2Fmoox-thunking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2Fmoox-thunking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohawk2","download_url":"https://codeload.github.com/mohawk2/moox-thunking/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2Fmoox-thunking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009926,"owners_count":26084668,"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-10-12T02:00:06.719Z","response_time":53,"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":[],"created_at":"2024-10-23T02:24:38.289Z","updated_at":"2025-10-12T02:11:07.321Z","avatar_url":"https://github.com/mohawk2.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nMooX::Thunking - Allow Moo attributes to be \"thunked\"\n\n# SYNOPSIS\n\n    package Thunking;\n    use Moo;\n    use MooX::Thunking;\n    use Types::TypeTiny -all;\n    use Types::Standard -all;\n    has children =\u003e (\n      is =\u003e 'thunked',\n      isa =\u003e CodeLike | ArrayRef[InstanceOf['Thunking']],\n      required =\u003e 1,\n    );\n\n    package main;\n    my $obj;\n    $obj = Thunking-\u003enew(children =\u003e sub { [$obj] });\n\n# DESCRIPTION\n\nThis is a [Moo](https://metacpan.org/pod/Moo) extension. It allows another value for the `is`\nparameter to [\"has\" in Moo](https://metacpan.org/pod/Moo#has): \"thunked\". If used, this will allow you to \ntransparently provide either a real value for the attribute, or a\n[\"CodeLike\" in Types::TypeTiny](https://metacpan.org/pod/Types::TypeTiny#CodeLike) that when called will return such a real\nvalue.\n\n# AUTHOR\n\nEd J\n\n# LICENCE\n\nThe same terms as Perl itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohawk2%2Fmoox-thunking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohawk2%2Fmoox-thunking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohawk2%2Fmoox-thunking/lists"}