#!/usr/bin/perl -wT #---------------------------------------------------------------------- # heading : Miscellaneous # description : Report a bug # navigation : 7000 7300 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # #---------------------------------------------------------------------- use strict; use warnings; use esmith::TestUtils; use esmith::FormMagick::Panel::bugreport; my $f = esmith::FormMagick::Panel::bugreport->new(); $f->display() if $f; =pod =head1 NAME bugreport -- report a bug =head2 DESCRIPTION This screen helps the administrator to submit helpful bug reports =begin testing =end testing =cut __DATA__