http://qs321.pair.com?node_id=901943


in reply to Re^8: Problem with around BUILDARGS
in thread Problem with around BUILDARGS

Another solution sould be to use MooseX::ClassAttribute.

You could then define : class_has 'defaultServerLocation' => (is => 'ro', isa => 'Str', builder =>'buildDefaultServerLocation' );

cpk