Show
Ignore:
Timestamp:
04/23/08 22:43:22 (7 months ago)
Author:
yusukebe
Message:

要らないと思われるので t/pod-coverage.t を削除

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WebService-Simple/trunk/lib/WebService/Simple.pm

    r10078 r10211  
    156156} 
    157157 
    158 # まだできてない。 
    159158sub post 
    160159{ 
     
    212211It's basically an LWP::UserAgent that remembers recurring api URLs and 
    213212parameters, plus sugar to parse the results. 
    214  
    215213 
    216214=head1 SUBCLASSING 
     
    261259This allows great flexibility in handling different webservices 
    262260 
     261=head1 CACHING 
     262 
     263  my $cache   = Cache::File->new( 
     264      cache_root      => '/tmp/mycache', 
     265      default_expires => '30 min', 
     266  ); 
     267   
     268  my $flickr = WebService::Simple->new( 
     269      base_url => "http://api.flickr.com/services/rest/", 
     270      cache    => $cache, 
     271      param    => { api_key => "your_api_key, } 
     272  ); 
     273 
     274 
    263275=head1 AUTHOR 
    264276 
     
    270282 
    271283=head1 COPYRIGHT AND LICENSE 
    272  
    273 Copyright (c) 2008 Yusuke Wada, All rights reserved. 
    274284 
    275285This module is free software; you can redistribute it