Move validate_args out into a separate method
[gitmo/Mouse.git] / Changes
CommitLineData
c3398f5b 1Revision history for Mouse
2
66efb1c8 30.04
4
74be9978 50.03 Thu Jun 12 21:54:07 2008
66eea168 6 * Mouse:
7 - Add before/after/around, courtesy of Class::Method::Modifiers
b7a74822 8
66eea168 9 * Mouse::Object:
10 - Add support for ->new({...})
11 - Use compute_all_applicable_attributes in the constructor to get the
12 attributes of superclasses
491e5923 13 - Add better support for undef init_arg
ad67865f 14
66eea168 15 * Mouse::Meta::Class:
16 - More methods: compute_all_applicable_attributes, has_attribute
17
180.02 Wed Jun 11 01:56:44 2008
19 * Squirrel:
20 - Add Squirrel which acts as Moose if it's already loaded, otherwise
21 Mouse (thanks nothingmuch)
22
23 * Mouse::Meta::Object:
24 - Fix the order in which BUILD methods are called (thanks Robert
25 Boone)
26
270.01 Tue Jun 10 02:13:21 2008
28 * Initial release.
c3398f5b 29