{"id":32216441,"url":"https://github.com/rlauer6/perl-amazon-api","last_synced_at":"2025-10-22T07:59:26.113Z","repository":{"id":56824300,"uuid":"464668215","full_name":"rlauer6/perl-Amazon-API","owner":"rlauer6","description":"Generic class for creating AWS API method calls","archived":false,"fork":false,"pushed_at":"2025-10-11T21:12:59.000Z","size":432,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T07:59:22.347Z","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/rlauer6.png","metadata":{"files":{"readme":"README-BUILD.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-02-28T22:44:56.000Z","updated_at":"2025-10-11T21:12:54.000Z","dependencies_parsed_at":"2023-11-19T00:21:04.664Z","dependency_job_id":"47fccc85-a95c-4691-acdb-c4b865072456","html_url":"https://github.com/rlauer6/perl-Amazon-API","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/rlauer6/perl-Amazon-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlauer6%2Fperl-Amazon-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlauer6%2Fperl-Amazon-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlauer6%2Fperl-Amazon-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlauer6%2Fperl-Amazon-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rlauer6","download_url":"https://codeload.github.com/rlauer6/perl-Amazon-API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlauer6%2Fperl-Amazon-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280402192,"owners_count":26324587,"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","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-22T07:59:24.630Z","updated_at":"2025-10-22T07:59:26.108Z","avatar_url":"https://github.com/rlauer6.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\n![badge](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiSU52WEFWelBPWXIyeE8wYnY3NXZ1WWRJV1hTQW02aEpUOTlnQVkyMzFqVVduKzFOUkRMM3NRZVJMdnpiR1YyamFUMTI3Nlk1cyt5NFBVV2tJVlJqa0FFPSIsIml2UGFyYW1ldGVyU3BlYyI6ImFPN3hMQ2lLVTZOT2RzbFkiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D\u0026branch=master)\n\nThis is the `README-BUILD` file for the `perl-Amazon-API` project. This\npage is for maintainers and those wanting to hack on the project. If\nall you want to do is install the Perl module you can download the\n[`Amazon::API`](https://metacpan.org/pod/Amazon::API) module\nfrom CPAN.\n\n# Requirements for Building\n\nThis project is [_autoconfiscated_](https://foldoc.org/autoconfiscate)\nso you'll need the _autoconf/automake/libtools_ utilities. \n\n## Autotools\n\n* `autoconf`\n* `automake`\n* `make`\n\n## Perl Modules\n\nWhen you run `configure`, a check will be made for the Perl modules\nrequired for this project.  The requirement for Perl modules includes\nthe versions that I currently have in my working enviroment, however\nlower versions _may_ work as well. If you want to experiment with lower\nversions of these modules, you can either edit the `requirements.json`\nfile or the\n[`autotools/ax_requirements_check.m4`](autotools/ax_requirements_check.m4)\nmacro.\n\nTo disable version checking for all modules, regenerate the M4 macro that\nchecks for Perl modules.\n\n```\nrm autotools/ax_requirements_check.m4\nmake -f Makefile.requirements NO_VERSION=1\n```\n\nAlternatively, you can prevent `configure` from aborting during \ndependency checking. A check will still be done, but\n`configure` will just report the missing or out of date modules.\n\n```\n./configure --disable-perldeps\n...\nchecking for for HTTP::Request 6.37... (6.37) /home/rclauer/lib/perl5/HTTP/Request.pm\nchecking for for IO::Pager 2.10... no (ok)\n```\nThe build also syntax checks Perl scripts and modules. If some\ndependencies are missing the build is likely to fail. You can prevent\nsyntax checking using the `--enable-rpm-build-mode` option.\n\nPerl module requirements for the project may change over time. You\ncan generate a new list of dependencies as shown below. Since the M4\nmacro that checks for Perl modules is required a separate `Makefile`\nwas created to determine Perl module dependencies.\n\n```\nmake -f Makefile.requirements clean\nmake -f Makefile.requirements\n```\n\n* See [`requirements.json`](requirements.json)\n\n## RPM Building\n\n* `rpmbuild` (only if you want to build RPMs)\n\n## Miscellaneous Utilities Also Required\n\n* (`make-cpan-dist`)[https://github.com/rlauer6/make-cpan-dist.git]\n  (only if you want to create a CPAN distribution)\n* (`scandeps-static.pl`)[https://github.com/rlauer6/Module-Scandeps-Static.git]\n\n# Installation\n\n```\ngit clone https://github.com/rlauer6/perl-Amazon-API.git\ncd perl-Amazon-API\n./bootstrap\n./configure --with-perl5libdir\nmake\nmake check\nsudo make install\n```\n\n# Build an RPM\n\n```\ngit clone https://github.com/rlauer6/perl-Amazon-API.git\ncd perl-Amazon-API\n./bootstrap\n./configure --with-perl5libdir\nmake dist \u0026\u0026 rpmbuild -tb $(ls -t perl-Amazon-API*.gz|head -1)\n```\n\n# Build a CPAN Distribution\n\n```\ngit clone https://github.com/rlauer6/perl-Amazon-API.git\ncd perl-Amazon-API\n./bootstrap\n./configure --with-perl5libdir\nmake cpan\n```\nYou'll find the distribution in the `cpan` directory.\n\n# Examples\n\nYou can find some examples of how to use this API in the\n`src/examples` directory.  See the [README.md](src/examples/README.md)\nin that directory.\n\n# Author\n\nRob Lauer  \u003crlauer6@comcast.net\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlauer6%2Fperl-amazon-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frlauer6%2Fperl-amazon-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlauer6%2Fperl-amazon-api/lists"}