- Allow a subclass to set lazy_build for an inherited
attribute. (Dieter Pearcey).
+ * Makefile.PL
+ - Explicitly depend on Data::OptList. We already had this dependency
+ via Sub::Exporter, but since we're using it directly we're
+ better off with it listed. (Sartak)
+
0.72 Mon, February 23, 2009
* Moose::Object
* Moose::Meta::Method::Constructor
requires 'List::MoreUtils' => '0.12';
requires 'Sub::Exporter' => '0.972';
requires 'Task::Weaken' => '0';
+requires 'Data::OptList' => '0';
test_requires 'Test::More' => '0.77';
test_requires 'Test::Exception' => '0.21';