changed version string, updated minimum required Moose and MooseX-Types, prepping...
[gitmo/MooseX-Types-Structured.git] / Changes
CommitLineData
d24da8ec 1Revision history for MooseX-Types-Structured
65748864 2
98336987 30.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
59deb858 100.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
af1d00c9 190.02 28 October 2008
fe1fd33c 20 - cleared up some typos in the test suite
af1d00c9 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
16aea7bf 240.01 27 October 2008
af1d00c9 25 - Completed basic requirements, documentation and tests.