summaryrefslogtreecommitdiffstats
path: root/Changes
blob: 16371ae5a140dc00d83263014bb7022fc6de0ed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Revision history for MooseX::NonMoose

0.06
    defining a custom constructor in a class using mx-nonmoose now works

0.05    06/24/2009
    gaaaaah, packaging is so stupid (remove stray test.pl file)

0.04    06/23/2009
    Add tests and official support for alternate instance metaclasses, such as
    MooseX::GlobRef and MooseX::InsideOut - including supplying a custom
    exporter MooseX::NonMoose::InsideOut which should work in all possible
    cases, when just using the same hash that the nonmoose class is using would
    break

    Fix a couple issues with inheriting from MooseX::NonMoose classes - make
    sure FOREIGNBUILDARGS is only called once, and fix some issues with
    immutability

0.03    05/06/2009
    Add a FOREIGNBUILDARGS method to support modifying the argument list passed
    to the non-Moose constructor

0.02    04/29/2009
    A few minor doc fixes

0.01    04/20/2009
    Initial release