Initial conversion to Moose, in the same pattern as PayDriver.

This commit is contained in:
Colin Kuskie 2010-10-13 10:18:55 -07:00
parent 83bec84ad6
commit 6e5dc09165
2 changed files with 141 additions and 183 deletions

View file

@ -38,6 +38,12 @@ our $I18N = {
context => q|Hover help for the group to use option.|,
},
'Shipping Driver' => {
message => q|Shipping Driver|,
lastUpdated => 0,
context => q|Name of the base Shipping Driver|,
},
};
1;