{"id":19640435,"url":"https://github.com/kentnl/cpan-changes-dependencies-details","last_synced_at":"2026-06-16T07:32:19.333Z","repository":{"id":19266904,"uuid":"22503115","full_name":"kentnl/CPAN-Changes-Dependencies-Details","owner":"kentnl","description":"Create CPAN::Changes style file only containing dependency change information\n","archived":false,"fork":false,"pushed_at":"2017-03-05T07:58:05.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T18:57:25.959Z","etag":null,"topics":["perl"],"latest_commit_sha":null,"homepage":null,"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/kentnl.png","metadata":{"files":{"readme":"README.mkdn","changelog":"Changes","contributing":"CONTRIBUTING.pod","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-01T09:21:30.000Z","updated_at":"2017-03-05T07:54:13.000Z","dependencies_parsed_at":"2022-09-15T01:44:21.071Z","dependency_job_id":null,"html_url":"https://github.com/kentnl/CPAN-Changes-Dependencies-Details","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentnl%2FCPAN-Changes-Dependencies-Details","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentnl%2FCPAN-Changes-Dependencies-Details/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentnl%2FCPAN-Changes-Dependencies-Details/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentnl%2FCPAN-Changes-Dependencies-Details/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kentnl","download_url":"https://codeload.github.com/kentnl/CPAN-Changes-Dependencies-Details/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240947648,"owners_count":19883030,"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"],"created_at":"2024-11-11T14:05:48.580Z","updated_at":"2026-06-16T07:32:19.326Z","avatar_url":"https://github.com/kentnl.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nCPAN::Changes::Dependencies::Details - Create CPAN::Changes style file only containing dependency change information\n\n# VERSION\n\nversion 0.001008\n\n# SYNOPSIS\n\n    use CPAN::Changes::Dependencies::Details;\n    my $details = CPAN::Changes::Dependencies::Details-\u003enew(\n      preamble     =\u003e \"Some message\",\n      change_types =\u003e [qw( Added Changed Removed )],\n      phases       =\u003e [qw( build configure runtime test )],\n      types        =\u003e [qw( requires recommends )],\n    );\n\n    $changes-\u003eadd_release({\n      version     =\u003e '0.002',\n      date        =\u003e '2009-07-06',\n      old_prereqs =\u003e CPAN::Meta-\u003eload_file('Dist-Foo-0.001/META.json')-\u003eeffective_prereqs,\n      new_prereqs =\u003e CPAN::Meta-\u003eload_file('Dist-Foo-0.002/META.json')-\u003eeffective_prereqs,\n    });\n\n    print $changes-\u003eserialize;\n\n# DESCRIPTION\n\nThis module serves as a utility for producing complex change-logs in `CPAN::Changes` style,\nspecifically tailored to conveying the nature of dependency changes between releases.\n\nIt typically requires some mechanism external to this code to report the state of prerequisites\nat given versions, where it computes their differences and produces sections detailing\nthe kinds of changes you have elected to itemize.\n\n# AUTHOR\n\nKent Fredric \u003ckentnl@cpan.org\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2017 by Kent Fredric \u003ckentfredric@gmail.com\u003e.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentnl%2Fcpan-changes-dependencies-details","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkentnl%2Fcpan-changes-dependencies-details","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentnl%2Fcpan-changes-dependencies-details/lists"}