use Business::Shipping::RateRequest::Online; my $online_rate_request = Business::Shipping::RateRequest::Online->new(); show_ary( $online_rate_request->required2() );
use Business::Shipping::RateRequest::Online::UPS; my $ups_online_rate_request = Business::Shipping::RateRequest::Online::UPS->new(); show_ary( $ups_online_rate_request->required2() );
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 45:
=pod directives shouldn't be over one line long! Ignoring all 4 lines of content