Removing "use warnings"

This commit is contained in:
Patrick Donelan 2010-04-08 17:53:55 -04:00
parent 8a9fc6c7ea
commit 0fcc57a09e
4 changed files with 0 additions and 4 deletions

View file

@ -13,7 +13,6 @@ $VERSION = "1.0.0";
#-------------------------------------------------------------------
use strict;
use warnings;
use JSON;
use Tie::IxHash;
use WebGUI::International;

View file

@ -17,7 +17,6 @@ package WebGUI::Shop::PayDriver::PayPal;
## this holds some shared functionality, and MUST be overridden for a full payment driver
use strict;
use base qw/WebGUI::Shop::PayDriver/;
use warnings;
=head1 NAME

View file

@ -15,7 +15,6 @@ package WebGUI::Shop::PayDriver::PayPal::PayPalStd;
=cut
use strict;
use warnings;
use base qw/WebGUI::Shop::PayDriver::PayPal/;

View file

@ -15,7 +15,6 @@ package WebGUI::Workflow::Activity::ExtendCalendarRecurrences;
=cut
use strict;
use warnings;
use base 'WebGUI::Workflow::Activity';
use WebGUI::International;