fix perl critic problem

This commit is contained in:
JT Smith 2006-11-03 03:25:40 +00:00
parent a1120bc987
commit 3d878c09c7

View file

@ -1,6 +1,4 @@
package WebGUI;
our $VERSION = "7.2.0";
our $STATUS = "beta";
#-------------------------------------------------------------------
# WebGUI is Copyright 2001-2006 Plain Black Corporation.
@ -34,6 +32,9 @@ use Apache2::Const -compile => qw(OK DECLINED NOT_FOUND DIR_MAGIC_TYPE);
use Apache2::ServerUtil ();
use LWP::MediaTypes qw(guess_media_type);
our $VERSION = "7.2.0";
our $STATUS = "beta";
#-------------------------------------------------------------------
=head2 handler ( requestObject )