On Sat, 8 Jun 2013, Faelin McCaley Landy wrote:
*use Moose; extends 'Obj';*but this seems like it can't be the Best Practices way to go about is... Is there a more "proper" way to access an objects constructor from a different document?
If you've defined Obj in Obj.pm and that file is in your @INC, you should be able to do a 'use Obj;' and make the class available.
-Chris