Config-IOD-Reader
view release on metacpan or search on metacpan
- [doc] Fix typo.
0.342 2019-01-17 Released-By: PERLANCAR
- No functional changes.
- Update documentation and Changes.
0.341 2019-01-17 Released-By: PERLANCAR
- Introduce attribute: enable_directive.
- Add subclass: Config::IOD::INI::Reader.
0.340 2018-04-04 Released-By: PERLANCAR
- [Bugfix] Pass callback to read_string too.
0.33 2017-08-05 Released-By: PERLANCAR
- Support variable in expression.
0.32 2017-01-16 Released-By: PERLANCAR
- No functional changes.
- Avoid test failures [CT, RT#119861].
0.31 2017-01-13 Released-By: PERLANCAR
- Implement IOD 0.9.11 !none encoding and implicit !path encoding.
0.30 2017-01-05 Released-By: PERLANCAR
- Replace the use of File::HomeDir with copied routine from
PERLANCAR::File::HomeDir to reduce deps. Now we don't depend on any
non-core modules.
0.29 2017-01-04 Released-By: PERLANCAR
- Replace JSON with Cpanel::JSON::XS (recommends) + JSON::PP
(requires, fallback), to reduce deps.
0.28 2016-10-07 Released-By: PERLANCAR
- For now, skip the whole t/encoding_path.t on Windows, because
File::HomeDir->users_home() is not implemented on Windows.
0.27 2016-10-07 Released-By: PERLANCAR
- Derp, forgot to replace usage of getpwuid() in lib/, only in t/.
- Replace PERLANCAR::File::HomeDir with File::HomeDir for now, as
PERLANCAR::File::HomeDir currently cannot return other user's home
directory.
0.26 2016-10-07 Released-By: PERLANCAR
- Replace getpwuid() with checking USERNAME/USER and
PERLANCAR::File::HomeDir, to make it work on Windows [GH#1].
0.25 2016-09-25 Released-By: PERLANCAR
- Revert from using JSON::MaybeXS to JSON because JSON::MaybeXS is
currently not depakable (hard dependency to XS module
Cpanel::JSON::XS).
0.24 2016-03-11 Released-By: PERLANCAR
- Replace JSON with JSON::MaybeXS.
0.23 2016-03-01 Released-By: PERLANCAR
- No functional changes.
- Update Synopsis.
0.22 2016-02-24 Released-By: PERLANCAR
- Implement encodings !path & !paths (new in IOD 0.9.10).
0.21 2016-02-05 Released-By: PERLANCAR
- No functional changes.
- Remove use of inchworm operator [RT#111786].
0.20 2016-01-23 Released-By: PERLANCAR
- Reader: accept an optional $callback in second argument that will
be called during various stages.
- Remove bench scripts (see Bencher-Scenario-IODParsing now).
0.19 2015-09-08 Released-By: PERLANCAR
- No functional changes.
- Tweak abstract: mention INI.
0.18 2015-09-06 Released-By: PERLANCAR
- No functional changes.
- [dist] Move spec prereqs from RuntimeRequires to
DevelopRecommends to reduce deps but still allow indicating spec
requirement.
0.17 2015-06-07 Released-By: PERLANCAR
( run in 2.865 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )