fix perl critic problem
This commit is contained in:
parent
a1120bc987
commit
3d878c09c7
1 changed files with 3 additions and 2 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue