no code allowed before use strict. PBP/429. This check found a bug in Asset::Wobject::HttpProxy::Parse.pm

This commit is contained in:
Colin Kuskie 2007-12-05 16:55:40 +00:00
parent 08fbd46d28
commit 98863256ea
9 changed files with 26 additions and 26 deletions

View file

@ -1,6 +1,8 @@
package WebGUI::Asset::Event;
$VERSION = "0.0.0";
use strict;
our $VERSION = "0.0.0";
####################################################################
# WebGUI is Copyright 2001-2007 Plain Black Corporation.
@ -12,8 +14,6 @@ $VERSION = "0.0.0";
# http://www.plainblack.com info@plainblack.com
####################################################################
use strict;
use Tie::IxHash;
use Carp qw(croak);
use Storable qw(nfreeze thaw);