small pod fix

This commit is contained in:
Graham Knop 2011-04-05 08:42:15 -05:00
parent 8b01eb25b9
commit faad97a7e4

View file

@ -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);