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