Version 0.04.
[gitmo/Moose-Policy.git] / Changes
1 Revision history for Perl extension Moose-Policy
2
3 0.04 Sun. Nov. 29, 2009
4     - Fix a couple of POD typos.
5     - Fix test warnings on new Moose versions.
6
7 0.03 Sat. April 14th, 2007
8     - changing it to use the Class::MOP::is_class_loaded
9       and Class::MOP::load_class instead.
10     - fixed the metaclass loading to work with newer
11       versions of Class::MOP
12
13 0.02 Sun. Nov. 5, 2006
14     - We removed UNIVERSAL::require in Moose recently, and
15       this module was breaking beacuse of that. It is now
16       fixed.
17
18 0.01 Wed. Aug. 9, 2006
19     - module created by Stevan Little and Eric Willhelm,
20       with input form Matt Trout and the #moose crew.