{"id":27197657,"url":"https://github.com/preaction/test-import","last_synced_at":"2025-10-07T06:28:44.191Z","repository":{"id":15804184,"uuid":"18543677","full_name":"preaction/Test-Import","owner":"preaction","description":"Test functions to ensure modules import things","archived":false,"fork":false,"pushed_at":"2018-11-17T05:33:14.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-21T18:58:44.342Z","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":"HackSocNotts/constitution","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/preaction.png","metadata":{"files":{"readme":"README","changelog":null,"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":"2014-04-08T03:19:02.000Z","updated_at":"2018-11-17T05:33:15.000Z","dependencies_parsed_at":"2022-09-24T04:31:18.452Z","dependency_job_id":null,"html_url":"https://github.com/preaction/Test-Import","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FTest-Import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FTest-Import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FTest-Import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FTest-Import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/preaction","download_url":"https://codeload.github.com/preaction/Test-Import/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248106781,"owners_count":21048796,"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":"2025-04-09T20:29:17.185Z","updated_at":"2025-10-07T06:28:39.138Z","avatar_url":"https://github.com/preaction.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n    Test::Import - Test functions to ensure modules import things\n\nVERSION\n    version 0.004\n\nSYNOPSIS\n        use Test::Import qw( :all );\n\n        # Ensure our base module imports strict\n        does_import_strict 'My::Base';\n\n        # Ensure our base module imports warnings\n        does_import_warnings 'My::Base';\n\n        # Ensure our base module imports a sub from another module\n        does_import_sub 'My::Base', 'Scalar::Util', 'blessed';\n\n        # Ensure our base module loads a class\n        does_import_class 'My::Base', 'File::Spec';\n\nDESCRIPTION\n    This module encapsulates a bunch of tests for testing base or\n    boilerplate modules (e.g. modules that use Import::Into to force things\n    into the calling namespace). These tests ensure that the base module\n    imports what it says it imports.\n\nEXPORTED FUNCTIONS\n  does_import_strict 'My::Module'\n    Ensure My::Module forces strict into the calling namespace.\n\n  does_import_warnings 'My::Module'\n    Ensure My::Module forces warnings into the calling namespace.\n\n  does_import_sub 'My::Module', 'Imported::Module', 'imported_sub'\n    Ensure that My::Module exports 'imported_sub' from Imported::Module into\n    the calling namespace.\n\n  does_import_class 'My::Module', 'Imported::Class'\n    Ensure that My::Module loads Imported::Class.\n\nSEE ALSO\n    *   Test::Exports\n\nAUTHOR\n    Doug Bell \u003cpreaction@cpan.org\u003e\n\nCOPYRIGHT AND LICENSE\n    This software is copyright (c) 2014 by Doug Bell.\n\n    This is free software; you can redistribute it and/or modify it under\n    the same terms as the Perl 5 programming language system itself.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreaction%2Ftest-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreaction%2Ftest-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreaction%2Ftest-import/lists"}