Changes for version 0.001001 - 2017-03-07
- Bugfix: fix test failure with -Ddefault_inc_excludes_dot
- Dependencies::Stats
- Dependencies changed since 0.001000, see misc/*.deps* for details
- develop: +5 β2 -1 (suggests: β2)
- test: β1
Modules
- Acme::Flat - A Pure Perl reimplementation of B Internals
- Acme::Flat::AV - An Array Value
- Acme::Flat::BINOP - A Binary Operation
- Acme::Flat::COP - A State Operation (Control OP).
- Acme::Flat::CV - A Code Value
- Acme::Flat::FM - A Form Metadata container
- Acme::Flat::GV - A Glob Value
- Acme::Flat::HV - A Hash Value
- Acme::Flat::IO - An IO Value
- Acme::Flat::IV - An Integer Value
- Acme::Flat::LISTOP - A List Operation
- Acme::Flat::LOOP - A Loop Operation
- Acme::Flat::METHOP - A Method Call Operation
- Acme::Flat::NV - A Numeric Value ( Float/Double )
- Acme::Flat::OP - An Operation
- Acme::Flat::PADOP - An Operation with a reference to a PAD element.
- Acme::Flat::PMOP - A Regexp (Pattern Matching) Operation
- Acme::Flat::PV - A Pointer Value ( Generally, for strings )
- Acme::Flat::PVIV - A Value with both String and Integer Parts
- Acme::Flat::PVLV - A Special Magic LValue value
- Acme::Flat::PVMG - A Value with Magic
- Acme::Flat::PVNV - A Value with Float, Integer, and String Parts
- Acme::Flat::PVOP - An Operator with an embedded C Pointer
- Acme::Flat::REGEXP - A Regular Expression Value
- Acme::Flat::SV - A Scalar Value
- Acme::Flat::SVOP - An Operation with a static embedded SV.
- Acme::Flat::UNOP - A Unary Operation