Revision dc04e2cb
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/Shipto.pm | ||
---|---|---|
1 | 1 |
package SL::DB::Shipto; |
2 | 2 |
|
3 | 3 |
use strict; |
4 |
use Readonly; |
|
5 | 4 |
|
6 | 5 |
use SL::DB::MetaSetup::Shipto; |
7 | 6 |
|
8 |
Readonly our @SHIPTO_VARIABLES => qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
|
|
9 |
shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
|
|
7 |
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
|
|
8 |
shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2); |
|
10 | 9 |
|
11 | 10 |
__PACKAGE__->meta->make_manager_class; |
12 | 11 |
|
Auch abrufbar als: Unified diff
Alle Vorkommen von "Readonly" entfernt