Krang::CGI::Bugzilla - web interface to input bugs directly from Krang into a bugzilla server.
use Krang::ClassLoader 'CGI::Bugzilla';
my $app = pkg('CGI::Bugzilla')->new();
$app->run();
Krang::CGI::Bugzilla provides a form in which users can enter information about what they were doing when a bug occurred. Also adds a dump of the session as an attachment to the bug.
Following are descriptions of all the run-modes provided by Krang::CGI::Bugzilla.