Moose::Policy::FollowPBP:
[gitmo/Moose-Policy.git] / Changes
CommitLineData
82cfc049 1Revision history for Perl extension Moose-Policy
2
4fe62f68 30.03 Sat. April 14th, 2007
95c5abfd 4 - changing it to use the Class::MOP::is_class_loaded
4fe62f68 5 and Class::MOP::load_class instead.
6 - fixed the metaclass loading to work with newer
7 versions of Class::MOP
95c5abfd 8
83d85197 90.02 Sun. Nov. 5, 2006
10 - We removed UNIVERSAL::require in Moose recently, and
11 this module was breaking beacuse of that. It is now
12 fixed.
13
09eff61e 140.01 Wed. Aug. 9, 2006
15 - module created by Stevan Little and Eric Willhelm,
16 with input form Matt Trout and the #moose crew.