-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changes
executable file
·44 lines (36 loc) · 1.43 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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