Removing "use warnings"
This commit is contained in:
parent
8a9fc6c7ea
commit
0fcc57a09e
4 changed files with 0 additions and 4 deletions
|
|
@ -13,7 +13,6 @@ $VERSION = "1.0.0";
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
|
||||||
use JSON;
|
use JSON;
|
||||||
use Tie::IxHash;
|
use Tie::IxHash;
|
||||||
use WebGUI::International;
|
use WebGUI::International;
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@ package WebGUI::Shop::PayDriver::PayPal;
|
||||||
## this holds some shared functionality, and MUST be overridden for a full payment driver
|
## this holds some shared functionality, and MUST be overridden for a full payment driver
|
||||||
use strict;
|
use strict;
|
||||||
use base qw/WebGUI::Shop::PayDriver/;
|
use base qw/WebGUI::Shop::PayDriver/;
|
||||||
use warnings;
|
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ package WebGUI::Shop::PayDriver::PayPal::PayPalStd;
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
|
||||||
|
|
||||||
use base qw/WebGUI::Shop::PayDriver::PayPal/;
|
use base qw/WebGUI::Shop::PayDriver::PayPal/;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ package WebGUI::Workflow::Activity::ExtendCalendarRecurrences;
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
|
||||||
|
|
||||||
use base 'WebGUI::Workflow::Activity';
|
use base 'WebGUI::Workflow::Activity';
|
||||||
use WebGUI::International;
|
use WebGUI::International;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue