HTML::Mason::ApacheHandler is not a PerlModule as far as I know, by that i mean the directive 'PerlModule' cannot be used for a response handler. It is a response handler like ModPerl::Registry.
Use the directive - 'PerlResponseHandler HTML::Mason::ApacheHandler' in your location block instead. Something along the lines of ...