Conversion of UPS driver to Moose. Tests still failing.

This commit is contained in:
Colin Kuskie 2010-10-14 13:51:36 -07:00
parent 98d156c70f
commit 2edec772e5
3 changed files with 184 additions and 212 deletions

View file

@ -290,6 +290,12 @@ our $I18N = {
context => q|Label for a type of shipping from the UPS.|,
},
'UPS' => {
message => q|UPS|,
lastUpdated => 1242166045,
context => q|Label for the plugin, the acronym United Parcel Service|,
},
};
1;