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 )