no code allowed before use strict. PBP/429. This check found a bug in Asset::Wobject::HttpProxy::Parse.pm
This commit is contained in:
parent
08fbd46d28
commit
98863256ea
9 changed files with 26 additions and 26 deletions
|
|
@ -1,5 +1,7 @@
|
|||
package WebGUI::Commerce::Shipping::PerTransaction;
|
||||
|
||||
use strict;
|
||||
|
||||
=head1 LEGAL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
|
@ -24,8 +26,6 @@ Shipping plugin for a fixed shipping costs per transaction.
|
|||
|
||||
our @ISA = qw(WebGUI::Commerce::Shipping);
|
||||
|
||||
use strict;
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 calc ( $self )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue