more debugging, I hope this wont need another moose patch...
[gitmo/MooseX-Types-Structured.git] / Changes
1 Revision history for MooseX-Types-Structured
2
3 0.05    08 November 2008
4         - Fixed some wackiness in the documentation.
5         
6 0.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
13 0.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         
22 0.02    28 October 2008
23         - cleared up some typos in the test suite
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         
27 0.01    27 October 2008
28         - Completed basic requirements, documentation and tests.