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