From faad97a7e4ab4b72f4639aa71b921330e69c0308 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Tue, 5 Apr 2011 08:42:15 -0500 Subject: [PATCH] small pod fix --- lib/WebGUI/Shop/TaxDriver.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);