The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl


use Test::More;

my $class  = "Business::US::USPS::WebTools::TrackConfirm";
my $method = 'track';


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
use_ok( $class );


done_testing();