The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::KuronekoYamato - Check Track Shipments (Yamato Transport Co., Ltd. /Japan)

NAME (ja)

WebService::KuronekoYamato - クロネコヤマトの荷物お問い合わせシステムへ照会するモジュール

SYNOPSIS

    use WebService::KuronekoYamato;
    
    my $neko = WebService::KuronekoYamato->new();
    
    my $res = $neko->check([
      '000000000001',
      '000000000012,
    ]);
    
    use YAML::Syck;
    print Dump( $res );
    

DESCRIPTION

「クロネコヤマトの荷物お問い合わせシステム」Webページに、問い合わせ番号を入力し、回答を回収します。

METHOD

new()
check($args)
dump()

DEPENDENCIES

Encode
WWW::Mechanize
Web::Scrape
YAML::Syck

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to bug-webservice-KuronekoYamato@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) 2008, 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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 100:

Non-ASCII character seen before =encoding in 'クロネコヤマトの荷物お問い合わせシステムへ照会するモジュール'. Assuming UTF-8