diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:39:03 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:39:03 +0000 |
commit | 9cfefedd40d926640153e0bbb4537e69f050c77e (patch) | |
tree | e646133b0d21f215d4fef52b712039b0968e89fa /devel/p5-Config-AWS/distinfo | |
parent | b17f2f1d390b31c475590b8adfe6551c234116f5 (diff) | |
download | ports-9cfefedd40d926640153e0bbb4537e69f050c77e.tar.gz ports-9cfefedd40d926640153e0bbb4537e69f050c77e.zip |
devel/p5-Config-AWS: Add p5-Config-AWS 0.10
Config::AWS is a small distribution with generic methods to correctly parse the
contents of config files for the AWS CLI client as described in the AWS
documentation.
Although it is common to see these files parsed as standard INI files, this is
not appropriate since AWS config files have an idiosyncratic format for nested
values (as shown in the link above).
Standard INI parsers (like Config::INI) are not made to parse this sort of
structure (nor should they). So Config::AWS exists to provide a suitable and
lightweight ad-hoc parser that can be used in other applications.
WWW: https://metacpan.org/dist/Config-AWS
Diffstat (limited to 'devel/p5-Config-AWS/distinfo')
-rw-r--r-- | devel/p5-Config-AWS/distinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Config-AWS/distinfo b/devel/p5-Config-AWS/distinfo new file mode 100644 index 000000000000..911f8fc60258 --- /dev/null +++ b/devel/p5-Config-AWS/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1650228640 +SHA256 (Config-AWS-0.10.tar.gz) = 27be65b5b0a9fe94d32da60003cd9348199319908c0ba8ab17167170b3864d19 +SIZE (Config-AWS-0.10.tar.gz) = 21988 |