|
I've run into this "component...has already been installed in class..." message before, but am a bit puzzled by it.
My CMM definition is pretty straight-forward:
use Class::MethodMaker [ scalar => [ 'reference_environment',
{ -type => 'POINT::Regression::Action' },
'reference_action',
'reference', 'target', ], ];
The 'reference_action' does not export anything. It's a Class::DBI class, btw.
Can anybody suggest troubleshooting or other investigation approaches for this?
Thanks,
ERic.
|