MMM is empty, but some code might check that a method
->isa('Moose::Meta::Mehod'). This will all be resolved when we push everything
back down to Moose.
use strict;
use warnings;
-use base 'Class::MOP::Method::Accessor';
+use base 'Class::MOP::Method::Accessor', 'Moose::Meta::Method';
1;