Subject: | Accessor Typo |
Date: | Fri, 18 Mar 2016 13:46:01 -0500 |
To: | bug-Business-UPS-Tracking [...] rt.cpan.org |
From: | "David J. Young" <younda [...] gmail.com> |
The perldoc page and the .pm module misspelled ShipmentType in the code and
documentation.
Sh*m*ipmentType vs ShipmentType
ShmipmentType
Type of shipment. '01' small packackage or '02' freight. Only in
combination with ReferenceNumber
<http://search.cpan.org/perldoc?ReferenceNumber>.
$ find . -type f -print | xargs grep ShmipmentType
./UPS/Tracking/Request.pm:=head2 *ShmipmentType*
./UPS/Tracking/Request.pm:has '*ShmipmentType*' => (
./UPS/Tracking/Request.pm: if ( $self->*ShmipmentType* ) {
./UPS/Tracking/Request.pm: ->appendTextNode(
$self->*ShmipmentType
*);
ydy