{"id":18071584,"url":"https://github.com/cho45/test-time","last_synced_at":"2025-04-12T02:52:44.016Z","repository":{"id":23567837,"uuid":"1927052","full_name":"cho45/Test-Time","owner":"cho45","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-09T11:19:04.000Z","size":90,"stargazers_count":3,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T22:36:31.246Z","etag":null,"topics":["perl","perl5","testing"],"latest_commit_sha":null,"homepage":"","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/cho45.png","metadata":{"files":{"readme":"README","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":"2011-06-21T02:28:27.000Z","updated_at":"2022-06-09T10:19:50.000Z","dependencies_parsed_at":"2022-08-18T00:00:26.939Z","dependency_job_id":null,"html_url":"https://github.com/cho45/Test-Time","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cho45%2FTest-Time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cho45%2FTest-Time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cho45%2FTest-Time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cho45%2FTest-Time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cho45","download_url":"https://codeload.github.com/cho45/Test-Time/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248509805,"owners_count":21116123,"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","perl5","testing"],"created_at":"2024-10-31T09:15:52.265Z","updated_at":"2025-04-12T02:52:43.992Z","avatar_url":"https://github.com/cho45.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n    Test::Time - Overrides the time() and sleep() core functions for testing\n\nSYNOPSIS\n        use Test::Time;\n\n        # Freeze time\n        my $now = time();\n\n        # Increment internal time (returns immediately)\n        sleep 1;\n\n        # Return internal time incremented by 1\n        my $then = time();\n\nDESCRIPTION\n    Test::Time can be used to test modules that deal with time. Once you\n    \"use\" this module, all references to \"time\" and \"sleep\" will be\n    internalized. You can set custom time by passing time =\u003e number after\n    the \"use\" statement:\n\n        use Test::Time time =\u003e 1;\n\n        my $now = time;    # $now is equal to 1\n        sleep 300;         # returns immediately, displaying a note\n        my $then = time;   # $then equals to 301\n\nAUTHOR\n    cho45 \u003ccho45@lowreal.net\u003e\n\nSEE ALSO\nLICENSE\n    This library is free software; you can redistribute it and/or modify it\n    under the same terms as Perl itself.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcho45%2Ftest-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcho45%2Ftest-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcho45%2Ftest-time/lists"}