I think Apache2::ASP is the name to go with - assuming you are intimately tied to apache.
Having worked with mod_perl and mod_perl2, I find no confusion between the Apache::ASP and Apache2::ASP. However, I think there could be layers of abstraction between the ASP layer and Apache, in which case maybe Template::ASP (gasp - another Template module), or ASP::Simple.
my @a=qw(random brilliant braindead); print $a[rand(@a)];