Chris,
>> perl -MMooseX::Declare -le 'no strict qw<refs>; our $ver =
>> "${_}::VERSION" and print "$_ :: $$ver" foreach qw<Moose
>> MooseX::Declare Class::MOP Devel::Declare>'
>> Moose :: 1.01
>> MooseX::Declare :: 0.33
>> Class::MOP :: 0.98
>> Devel::Declare :: 0.005011
> Same is not equivalent to "up to date". Your MXD and Devel::Declare
> are up to date (modulo support for 5.12) and I don't see anything in
> the change logs for CMOP or Moose that I can think would affect this.
Wait ... meaning that there are some 5.12-specific changes in MXD
and/or Devel::Declare? Because that might explain some _other_
weirdnesses we were seeing on our spanking-new 5.12 test boxen. Let
me try upgrading those.
-- Buddy