OncallForm.cgi Problems - v2

I downloaded OncallForm.cgi from the contributor area. It’s listed
under version 1. I’m running version 2.

Should it work under version 2. Here’s the error I get.

Mason error
error in file: /usr/rt/WebRT/data/obj/STANDARD/OncallForm.cgi

line 458: 		syntax error		

context: 1: package HTML::Mason::Commands;
2: use strict;
3: use vars qw($m $r);
4: my $_escape =
&HTML::Mason::Parser::_escape_perl_expression;

454: $s_form .= $oh_cgi->end_html();
455:
456: STDOUT->print($s_form);
457: }
458: ');
459: return undef;
460:
461: },
462: ‘create_time’=>1008554820,

code stack: /usr/lib/perl5/site_perl/5.6.0/HTML/Mason/Interp.pm:386
/usr/lib/perl5/site_perl/5.6.0/HTML/Mason/Request.pm:116

raw_error

|+ I downloaded OncallForm.cgi from the contributor area. It’s listed
|+ under version 1. I’m running version 2.
|+
|+ Should it work under version 2. Here’s the error I get.

I don’t think items from v1 will work with v2. There were a lot of
changes in the framework, database structures, etc.

-darrin