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