finalize names and update docs to match

This commit is contained in:
Colin Kuskie 2008-02-19 18:33:45 +00:00
parent 995ae35bb0
commit 02011a7d37
3 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
package WebGUI::Shop::ShipperDriver;
package WebGUI::Shop::ShipDriver;
use strict;
@ -7,7 +7,7 @@ use Carp qw(croak);
=head1 NAME
Package WebGUI::Shop::ShipperDriver
Package WebGUI::Shop::ShipDriver
=head1 DESCRIPTION
@ -17,9 +17,9 @@ handling the information in the tax tables.
=head1 SYNOPSIS
use WebGUI::Shop::ShipperDriver;
use WebGUI::Shop::ShipDriver;
my $tax = WebGUI::Shop::ShipperDriver->new($session);
my $tax = WebGUI::Shop::ShipDriver->new($session);
=head1 METHODS