Skip all failing tests with Moose 1.05+
[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. Note that this module no longer even passes its tests
6       with recent versions of Moose.
7
8 0.04 Sun. Nov. 29, 2009
9     - Fix a couple of POD typos.
10     - Fix test warnings on new Moose versions.
11
12 0.03 Sat. April 14th, 2007
13     - changing it to use the Class::MOP::is_class_loaded
14       and Class::MOP::load_class instead.
15     - fixed the metaclass loading to work with newer
16       versions of Class::MOP
17
18 0.02 Sun. Nov. 5, 2006
19     - We removed UNIVERSAL::require in Moose recently, and
20       this module was breaking beacuse of that. It is now
21       fixed.
22
23 0.01 Wed. Aug. 9, 2006
24     - module created by Stevan Little and Eric Willhelm,
25       with input form Matt Trout and the #moose crew.