{"id":23179492,"url":"https://github.com/perigrin/exportare","last_synced_at":"2025-04-05T02:17:54.016Z","repository":{"id":874361,"uuid":"615851","full_name":"perigrin/Exportare","owner":"perigrin","description":"Export::Lite + Sub::Exporter + Drugs","archived":false,"fork":false,"pushed_at":"2011-09-14T22:06:31.000Z","size":100,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T10:32:34.993Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/perigrin.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2010-04-18T03:26:39.000Z","updated_at":"2019-08-13T14:32:53.000Z","dependencies_parsed_at":"2022-08-16T11:15:25.331Z","dependency_job_id":null,"html_url":"https://github.com/perigrin/Exportare","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perigrin%2FExportare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perigrin%2FExportare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perigrin%2FExportare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perigrin%2FExportare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perigrin","download_url":"https://codeload.github.com/perigrin/Exportare/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276186,"owners_count":20912288,"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-12-18T07:14:54.655Z","updated_at":"2025-04-05T02:17:53.996Z","avatar_url":"https://github.com/perigrin.png","language":"Perl","readme":"# Exportare \n\nWhat would happen if Sub::Exporter and Exporter::Lite had a baby.\n\n## Synopsis \n\n    package Foo;\n    use 5.12;\n    use Exportare;\n    our @EXPORT = qw(run);\n    \n    sub run { ... }\n    \n    package Bar;\n    use Foo run =\u003e { -as =\u003e 'run_fast' }\n    \n    sub run { \n        run_fast(); # hide good\n    }\n\n\n## Description\n\nWhile playing with a module that used Export::Lite it came up that we\nwould really like to have Sub::Exporter style remapping of imports.\nSomething between the two was really needed. Rather than poking about\nCPAN and trying to find something that mostly sort of kind of would do,\nI decided to re-invent the wheel.\n\n## WTF? \n\nI blame miyagawa's drugs.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperigrin%2Fexportare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperigrin%2Fexportare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperigrin%2Fexportare/lists"}