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

NAME

HTTP::MobileAttribute::Plugin::DoCoMo::Browser - iモードブラウザのバージョン情報

DESCRIPTION

    use HTTP::MobileAttribute plugins => [ 'DoCoMo::Browser' ];

    my $hma = HTTP::MobileAttribute->new($ua)
    if ($hma->browser_version eq '2.0') {
        # iモードブラウザ2.0 の場合の処理
    }

DESCRIPTION

2009年より発売開始になった iモードブラウザ2.0端末を判定するためのplugin です。

iモードブラウザ2.0については http://www.nttdocomo.co.jp/service/imode/make/content/browser/index.html をご欄ください。

AUTHORS

Tokuhiro Matsuno

SEE ALSO

HTTP::MobileAttribute, http://www.nttdocomo.co.jp/service/imode/make/content/browser/index.html