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