Chris, > Especially /home/buddy/proj/rent.com/lib/Company/CompanyBusinessModel.pm > line 16
Ah. Well, that's just the class declaration for that class (although
IME the line numbers in Moose error messages don't always line up with
the actual line numbers). Here's the line with its surrounding
context:
use Company::Moose;
use Company::BusinessModel;
class Company::CompanyBusinessModel
with Company::CompanyFinancialRules
{
use Carp;
Line 16 is the "class" line itself.
-- Buddy
