Changeset 20869

Show
Ignore:
Timestamp:
10/07/08 02:08:12 (6 weeks ago)
Author:
mizuno_takaaki
Message:

lang/perl/HTTP-DetectUserAgent?: modified for CPAN upload

Location:
lang/perl/HTTP-DetectUserAgent/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-DetectUserAgent/trunk/MANIFEST

    r20327 r20869  
    99t/02.mobile.t 
    1010t/03.crawler.t 
     11t/04.robot.t 
     12t/05.webservice.t 
     13t/06.portable.t 
  • lang/perl/HTTP-DetectUserAgent/trunk/lib/HTTP/DetectUserAgent.pm

    r20327 r20869  
    460460HTTP::DetectUserAgent provides the parsing function for HTTP useragent strings. You can use it for determine which browser( or crawler, bot, and so on ) is accessing to your servers or web applications. 
    461461 
     462=head1 SEE ALSO 
     463 
     464L<HTTP::BrowserDetect>, L<HTML::ParseBrowser> 
     465 
    462466=head1 AUTHOR 
    463467 
    464468Takaaki Mizuno, E<lt>module@takaaki.infoE<gt> 
    465469 
     470=head1 THANKS 
     471 
     472Thanks to yappo-san and drry-san for fixing bugs and cleaning up my code. 
     473 
    466474=head1 COPYRIGHT AND LICENSE 
    467475