---
version: 0.15
date: Wed Apr 27 23:50:50 PDT 2005
changes:
- export everything Test::More does.
- croak if things get called in the wrong order.
---
version: 0.14
date: Wed Apr 27 12:22:45 PDT 2005
changes:
- Move filters into the Test::Chunks::Filter class
---
version: 0.13
date: Mon Apr 25 11:14:27 PDT 2005
changes:
- add eval, yaml, list and lines filters
- support a filter_map for more flexibility
---
version: 0.12
date: Fri Apr 22 00:12:21 PDT 2005
changes:
- finished the tests
- automagically add strict and warnings to every test script
---
version: 0.11
date: Thu Apr 21 11:26:32 PDT 2005
changes:
- added delimiters() spec_file() spec_string() filters() functions
- implemented nice filters system
- lots more tests
- finished the doc
---
version: 0.10
date: Wed Apr 20 18:05:42 PDT 2005
changes:
- Initial version of Test::Chunks