NAME

WebService::SagawaKyubin - Check Track Shipments (Sagawa Express Co.,Ltd. /Japan)

NAME (ja)

WebService::SagawaKyubin - 佐川急便 お荷物問い合わせサービスへ照会するモジュール

SYNOPSIS

use WebService::SagawaKyubin;

my $sagawa = WebService::SagawaKyubin->new();

my $res = $sagawa->check([
  '000000000001',
  '000000000012',
]);

use YAML;
print Dump( $res );

DESCRIPTION

「佐川急便 お荷物問い合わせサービス」Webページに、問い合わせ番号を入力し、回答を回収します。

METHOD

new()
check($args)
dump()

DEPENDENCIES

Encode
WWW::Mechanize
Web::Scraper
YAML

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to bug-webservice-SagawaKyubin@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

OONO Yoshitaka <aab61120@pop12.odn.ne.jp>

LICENCE AND COPYRIGHT

Copyright (c) 2011, OONO Yoshitaka <aab61120@pop12.odn.ne.jp>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.