{"id":16308987,"url":"https://github.com/bayashi/test-arrow","last_synced_at":"2025-07-17T03:07:42.193Z","repository":{"id":53788457,"uuid":"241416787","full_name":"bayashi/Test-Arrow","owner":"bayashi","description":"Object-Oriented testing library","archived":false,"fork":false,"pushed_at":"2023-08-10T10:54:18.000Z","size":142,"stargazers_count":2,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T07:24:38.829Z","etag":null,"topics":["perl","test"],"latest_commit_sha":null,"homepage":"https://metacpan.org/pod/Test::Arrow","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/bayashi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-18T16:56:30.000Z","updated_at":"2023-01-02T02:22:49.000Z","dependencies_parsed_at":"2025-02-10T18:41:54.266Z","dependency_job_id":null,"html_url":"https://github.com/bayashi/Test-Arrow","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/bayashi/Test-Arrow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayashi%2FTest-Arrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayashi%2FTest-Arrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayashi%2FTest-Arrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayashi%2FTest-Arrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bayashi","download_url":"https://codeload.github.com/bayashi/Test-Arrow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayashi%2FTest-Arrow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265562213,"owners_count":23788483,"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":["perl","test"],"created_at":"2024-10-10T21:19:21.111Z","updated_at":"2025-07-17T03:07:42.188Z","avatar_url":"https://github.com/bayashi.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Test::Arrow\n\nThis is Perl module `Test::Arrow`. It's Object-Oriented testing library.\n\n\u003ca href=\"https://github.com/bayashi/Test-Arrow/blob/main/README.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/Version-0.22-green?style=flat\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/bayashi/Test-Arrow/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/bayashi/Test-Arrow/actions\"\u003e\u003cimg src=\"https://github.com/bayashi/Test-Arrow/workflows/main/badge.svg?_t=1691663069\"/\u003e\u003c/a\u003e \u003ca href=\"https://coveralls.io/r/bayashi/Test-Arrow\"\u003e\u003cimg src=\"https://coveralls.io/repos/bayashi/Test-Arrow/badge.png?_t=1691663069\u0026branch=main\"/\u003e\u003c/a\u003e\n\n## SYNOPSIS\n\n    use Test::Arrow;\n\n    my $arr = Test::Arrow-\u003enew;\n\n    $arr-\u003egot(1)-\u003eok;\n\n    $arr-\u003eexpect(uc 'foo')-\u003eto_be('FOO');\n\n    $arr-\u003ename('Test Name')\n        -\u003eexpected('FOO')\n        -\u003egot(uc 'foo')\n        -\u003eis;\n\n    $arr-\u003eexpected(6)\n        -\u003egot(2 * 3)\n        -\u003eis_num;\n\n    $arr-\u003eexpected(qr/^ab/)\n        -\u003egot('abc')\n        -\u003elike;\n\n    $arr-\u003ewarnings(sub { warn 'Bar' })-\u003ecatch(qr/^Ba/);\n    $arr-\u003ethrow(sub { die 'Baz' })-\u003ecatch(qr/^Ba/);\n\n    done;\n\nThe function `t` is exported as a shortcut for constructor. It initializes an instance for each.\n\n    use Test::Arrow;\n\n    t-\u003egot(1)-\u003eok;\n\n    t-\u003eexpect(uc 'foo')-\u003eto_be('FOO');\n\n    done;\n\n\n## INSTALLATION\n\n`Test::Arrow` installation is straightforward. If your CPAN shell is set up,\nyou should just be able to do\n\n    % cpan Test::Arrow\n\nDownload it, unpack it, then build it as per the usual:\n\n    % perl Makefile.PL\n    % make \u0026\u0026 make test\n\nThen install it:\n\n    % make install\n\n\n## DOCUMENTATION\n\n`Test::Arrow` documentation is available as in POD. So you can do:\n\n    % perldoc Test::Arrow\n\n\n## REPOSITORY\n\n`Test::Arrow` is hosted on github: \u003chttp://github.com/bayashi/Test-Arrow\u003e\n\n\n## LICENSE\n\n`Test::Arrow` is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. (Note that, unlike the Artistic License 1.0, version 2.0 is GPL compatible by itself, hence there is no benefit to having an Artistic 2.0 / GPL disjunction.) See the file LICENSE for details.\n\n\n## AUTHOR\n\nDai Okabayashi \u0026lt;bayashi@cpan.org\u0026gt;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayashi%2Ftest-arrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbayashi%2Ftest-arrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayashi%2Ftest-arrow/lists"}