changed documentation errors, added a bit more docs
[gitmo/MooseX-Types-Structured.git] / Changes
CommitLineData
d24da8ec 1Revision history for MooseX-Types-Structured
65748864 2
d87e8b74 30.05 08 November 2008
4 - Fixed some wackiness in the documentation.
5
98336987 60.04 07 November 2008
7 - Bumped minimum required versions of Moose and MooseX-Types to solve
8 problem with overloading and type constraint names (issue resolved
9 in Moose code.
10 - Changed the way the required Perl version string is used to increase
11 compatibility and lowered minimum required Perl
12
59deb858 130.03 29 October 2008
14 - Fixed incorrect Perl version string (rafl)
15 - hide the meta classes from pause. This should clarify which POD is
16 the right one to read and also I want to discourage people from
17 subclassing that stuff since it will probably change
18 - various documentation cleanup
19 - new test 'example.t' with runable versions of the code in the example
20 POD section.
21
af1d00c9 220.02 28 October 2008
fe1fd33c 23 - cleared up some typos in the test suite
af1d00c9 24 - Fixed some POD formatting issues, mostly some dumb tabs I ended up
25 with when I switched editors. Added a bit more documentation
26
16aea7bf 270.01 27 October 2008
af1d00c9 28 - Completed basic requirements, documentation and tests.