Remove dependency on Test::Warn by catching the warning ourself in the one test file...
[gitmo/Mouse.git] / Changes
1 Revision history for Mouse
2
3 0.05
4     * Mouse::Role
5       Mouse::Meta::Role
6       Mouse
7       Squirrel::Role
8       - Begin adding roles! Attributes are mostly there. Still experimental.
9
10     * Mouse::Meta::Class
11       Mouse::Object
12       - Add clone_object and clone_instance (nothingmuch)
13
14     * Mouse::Object
15       - Add BUILDARGS (nothingmuch)
16
17     * Mouse::Meta::Attribute
18       Mouse::Object
19       - Add "before" and "around" triggers. Moose doesn't even have them yet! :)
20
21     * Everywhere
22       - Improvements to the MOP (e.g. Class->add_method)
23
24     * (build)
25       - Excise dependency on Test::Warn, we only used it in one simple test
26
27 0.04 Tue Jun 17 04:56:36 2008
28     * Mouse
29       Mouse::Meta::Attribute
30       - Add support for has '+name'
31       - Add lazy_build (nothingmuch)
32
33 0.03 Thu Jun 12 21:54:07 2008
34     * Mouse
35       - Add before/after/around, courtesy of Class::Method::Modifiers
36
37     * Mouse::Object
38       - Add support for ->new({...})
39       - Use compute_all_applicable_attributes in the constructor to get the
40         attributes of superclasses
41       - Add better support for undef init_arg
42
43     * Mouse::Meta::Class
44       - More methods: compute_all_applicable_attributes, has_attribute
45
46 0.02 Wed Jun 11 01:56:44 2008
47     * Squirrel
48       - Add Squirrel which acts as Moose if it's already loaded, otherwise
49         Mouse (thanks nothingmuch)
50
51     * Mouse::Meta::Object
52       - Fix the order in which BUILD methods are called (thanks Robert
53         Boone)
54
55 0.01 Tue Jun 10 02:13:21 2008
56     * Initial release.
57