0.09
- Stop outputting the inherited methods section multiple times.
0.08
- Work around arguable perl bug with failed entries in %INC
- Upshot: If you distribution has modules that fail to load,
and then we try to create documentation for them after that,
we won't die horribly.
- Add a LICENSE section to the POD.
0.07
- Create, and document a $DEBUG var, to put debug printing in
- Get rid of silent dependency on Data::Dump::Streamer
- Recriminate self over it.
- Make it possible to manually behave as if Moose or C3 weren't
present, to make sure the test suite still PASSes.
- Make it possible to see what gets loaded during the test suite,
to see if extra dependencies have snuck in.
- Help genericizing and releasing either of those welcome, BTW.
0.06
- Yet another go at not reloading files.
- Make error messages on unloadable files somewhat less verbose.
0.05
- Try harder to avoid reloading the code being documented.
- Make doc maps actually work.
0.04
- Add force_permissions option (with documentation but not test, yet, fixme).
0.03
- Make Moose test much less specific. (Should fix FAILs from test
reporters.)
- Add use warnings/strict to the pm files under t/, to quiet
Test::Kwalitee.
0.02
- Version bump because of a stupid error uploading to PAUSE... the kind of
stupid error that you can't just fix and reupload, because PAUSE doesn't
let you overwrite files.
0.01
- First version