changed makefile in anticipation of new version of Moose we need to made this work
[gitmo/MooseX-Types-Structured.git] / Changes
CommitLineData
d24da8ec 1Revision history for MooseX-Types-Structured
65748864 2
dd8c991f 30.06 06 November 2008
4 - Added a 'helper' type constraint called Optional. See docs for more.
5 - added lots of tests to cover the API better
6 - changes so that the type contraints are more forgiving when null
7 values appear in method calls.
8
d87e8b74 90.05 08 November 2008
10 - Fixed some wackiness in the documentation.
11
98336987 120.04 07 November 2008
13 - Bumped minimum required versions of Moose and MooseX-Types to solve
14 problem with overloading and type constraint names (issue resolved
15 in Moose code.
16 - Changed the way the required Perl version string is used to increase
17 compatibility and lowered minimum required Perl
18
59deb858 190.03 29 October 2008
20 - Fixed incorrect Perl version string (rafl)
21 - hide the meta classes from pause. This should clarify which POD is
22 the right one to read and also I want to discourage people from
23 subclassing that stuff since it will probably change
24 - various documentation cleanup
25 - new test 'example.t' with runable versions of the code in the example
26 POD section.
27
af1d00c9 280.02 28 October 2008
fe1fd33c 29 - cleared up some typos in the test suite
af1d00c9 30 - Fixed some POD formatting issues, mostly some dumb tabs I ended up
31 with when I switched editors. Added a bit more documentation
32
16aea7bf 330.01 27 October 2008
af1d00c9 34 - Completed basic requirements, documentation and tests.