Changeset 9051

Show
Ignore:
Timestamp:
04/07/08 11:42:02 (5 years ago)
Author:
tokuhirom
Message:

added docs.

Files:
1 modified

Legend:

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

    r8842 r9051  
    3030 
    31311; 
     32__END__ 
     33 
     34=encoding UTF-8 
     35 
     36=head1 NAME 
     37 
     38HTTP::MobileAttribute::Plugin::XHTMLCompliant - XHTML 対応しているの? 
     39 
     40=head1 SYNOPSIS 
     41 
     42    use HTTP::MobileAttribute plugins => [qw/XHTMLCompliant IS::ThirdForce/]; 
     43 
     44    HTTP::MobileAttribute->new($ua)->xhtml_compliant; 
     45 
     46=head1 AUTHORS 
     47 
     48Tokuhiro Matsuno 
     49 
     50=head1 SEE ALSO 
     51 
     52L<HTTP::MobileAttribute> 
     53