diff --git a/lib/WebGUI/Shop/TaxDriver.pm b/lib/WebGUI/Shop/TaxDriver.pm index ba8fb63e8..bc4df960c 100644 --- a/lib/WebGUI/Shop/TaxDriver.pm +++ b/lib/WebGUI/Shop/TaxDriver.pm @@ -49,7 +49,7 @@ Base class for all modules which do tax calculations in the Shop. =head1 SYNOPSIS - use base WebGUI::Shop::TaxDriver; + use base 'WebGUI::Shop::TaxDriver'; my $driver = WebGUI::Shop::TaxDriver->new($session);