Httpd error

hey guys …i recently installed …rt3 from Freebsd Ports and this is the
error i am getting when i do httpd -T

[error]

su-2.05a# httpd -T
Syntax error on line 1109 of /usr/local/etc/apache/httpd.conf:
Invalid command ‘PerlModule’, perhaps mis-spelled or defined by a module not
included in the server configuration

[/error]

[config]

ServerName rt.mydomain.co.ug DocumentRoot /usr/local/rt3/share/html AddDefaultCharset UTF-8
# these four lines applies to Apache2+mod_perl2 only: {{{
#PerlSetVar MasonArgsMethod CGI
#PerlModule Apache2 Apache::compat
#RewriteEngine On
#RewriteRule ^(.*)/$ $1/index.html
# }}}

PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl

<Location />
    SetHandler perl-script
    PerlHandler RT::Mason
</Location>

[/config]

what could i have missed out here …!!

cheers

-Z