chiark / gitweb /
5737812e3d2e211b49d259e0ca485262f099dd69
[nailing-cargo.git] / Changes
1 {{$NEXT}}
2 -Performance improvements in TOML::Tiny::Tokenizer->next_token
3 -Fix totally broken OO interface (thanks noctux)
4
5 0.05 2020-01-21
6 -POD fixes for TOML::Tiny::Grammar
7
8 0.04 2020-01-21
9 -Remove superfluous dependency on DateTime::Format::RFC3339, which was only
10  needed for unit tests
11
12 0.03 2020-01-18
13 -Remove automatic inflation of numerical types using Math::Big(Int|Float);
14  this may now be done with inflate_integer and inflate_float
15
16 0.02 2020-01-17
17 -Add MANIFEST.SKIP to prevent dzil from including author scripts
18
19 0.01 2020-01-17
20 -Initial release