aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Config-AWS/pkg-descr
blob: a68a9f07353fe8707a664f857663a8415501f25b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                               
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.