From 3d878c09c7978c82d55422b1cd9fc61046d09cb2 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 3 Nov 2006 03:25:40 +0000 Subject: [PATCH] fix perl critic problem --- lib/WebGUI.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 38878c03b..966d7d52f 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -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 )