calling Moose->init_meta yourself really shouldn't be recommended
[gitmo/Moose.git] / lib / Moose / Cookbook / Extending / ExtensionOverview.pod
2012-02-20 Jesse Luehrs calling Moose->init_meta yourself really shouldn't...
2012-02-20 Jesse Luehrs need to use Moose in this example
2012-02-20 Jesse Luehrs class metaclasses can also be applied directly
2012-02-20 Jesse Luehrs add another warning against subclass extensions
2012-02-20 Jesse Luehrs this is actually completely unnecessary
2012-02-20 Jesse Luehrs 'use Moose::Exporter' already turns on strict and warnings
2012-02-20 Dave Rolsky Rename Extending::Recipe1 to Extending::ExtensionOverview