Changeset 9044

Show
Ignore:
Timestamp:
04/07/08 10:58:35 (5 years ago)
Author:
tokuhirom
Message:

added docs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-MobileAttribute/trunk/lib/HTTP/MobileAttribute/Plugin/Carrier.pm

    r8710 r9044  
    1717 
    18181; 
     19__END__ 
     20 
     21=encoding UTF-8 
     22 
     23=head1 NAME 
     24 
     25HTTP::MobileAttribute::Plugin::Carrier - キャリヤをあらわす1文字を得る 
     26 
     27=head1 SYNOPSIS 
     28 
     29    use HTTP::MobileAttribute plugins => ['Carrier']; 
     30 
     31    HTTP::MobileAttribute->new($ua)->carrier; # => 'I' 
     32 
     33=head1 DESCRIPTION 
     34 
     35I,E,V,H,N といった1文字でキャリヤをあらわす文字を返します。 
     36 
     37=head1 AUTHORS 
     38 
     39Tokuhiro Matsuno 
     40 
     41=head1 SEE ALSO 
     42 
     43L<HTTP::MobileAttribute>