Perl::Critic: no code before strictures are applied
This commit is contained in:
parent
96178fd70c
commit
4fabea706d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
package WebGUI;
|
package WebGUI;
|
||||||
|
|
||||||
|
use strict qw(vars subs);
|
||||||
|
|
||||||
our $VERSION = "7.5.0";
|
our $VERSION = "7.5.0";
|
||||||
our $STATUS = "beta";
|
our $STATUS = "beta";
|
||||||
|
|
||||||
|
|
@ -18,7 +20,6 @@ our $STATUS = "beta";
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
use strict qw(vars subs);
|
|
||||||
use Time::HiRes;
|
use Time::HiRes;
|
||||||
use WebGUI::Affiliate;
|
use WebGUI::Affiliate;
|
||||||
use WebGUI::Asset;
|
use WebGUI::Asset;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue