finalize names and update docs to match
This commit is contained in:
parent
995ae35bb0
commit
02011a7d37
3 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue