diff --git a/lib/WebGUI/Asset/Wobject/Carousel.pm b/lib/WebGUI/Asset/Wobject/Carousel.pm index 22a06f79a..74ef0633f 100644 --- a/lib/WebGUI/Asset/Wobject/Carousel.pm +++ b/lib/WebGUI/Asset/Wobject/Carousel.pm @@ -13,7 +13,6 @@ $VERSION = "1.0.0"; #------------------------------------------------------------------- use strict; -use warnings; use JSON; use Tie::IxHash; use WebGUI::International; diff --git a/lib/WebGUI/Shop/PayDriver/PayPal.pm b/lib/WebGUI/Shop/PayDriver/PayPal.pm index e19afeecb..bd1ebda9a 100644 --- a/lib/WebGUI/Shop/PayDriver/PayPal.pm +++ b/lib/WebGUI/Shop/PayDriver/PayPal.pm @@ -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 diff --git a/lib/WebGUI/Shop/PayDriver/PayPal/PayPalStd.pm b/lib/WebGUI/Shop/PayDriver/PayPal/PayPalStd.pm index 65ab22080..57d060c9e 100644 --- a/lib/WebGUI/Shop/PayDriver/PayPal/PayPalStd.pm +++ b/lib/WebGUI/Shop/PayDriver/PayPal/PayPalStd.pm @@ -15,7 +15,6 @@ package WebGUI::Shop::PayDriver::PayPal::PayPalStd; =cut use strict; -use warnings; use base qw/WebGUI::Shop::PayDriver::PayPal/; diff --git a/lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm b/lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm index 29aacee8a..5f85b184e 100644 --- a/lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm +++ b/lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm @@ -15,7 +15,6 @@ package WebGUI::Workflow::Activity::ExtendCalendarRecurrences; =cut use strict; -use warnings; use base 'WebGUI::Workflow::Activity'; use WebGUI::International;