Releases: mkllnk/PerlDoctest
Releases · mkllnk/PerlDoctest
0.02 CPAN Release
This is the first version released to CPAN. It contains all required package files to build and install this module. The code got a lot of new stuff as well:
- Test code is evaluated in the tested package namespace.
- Using
Test::Deep
allows testing of complex data structures. - Test evaluation in the
Test::Deep
namespace allows convenient short tests. - The script uses
Test::Doctest
to test itself. - A custom perltidy configuration aligns the code with more other projects.
0.01 Original version
The original version published by Bryan Cardillo. Contains added documentation and example files by Maikel Linke.