ktats****@users*****
ktats****@users*****
2011年 2月 11日 (金) 12:17:58 JST
Index: docs/modules/Furl-0.24/lib/Furl.pod diff -u docs/modules/Furl-0.24/lib/Furl.pod:1.1 docs/modules/Furl-0.24/lib/Furl.pod:1.2 --- docs/modules/Furl-0.24/lib/Furl.pod:1.1 Thu Feb 10 11:33:30 2011 +++ docs/modules/Furl-0.24/lib/Furl.pod Fri Feb 11 12:17:58 2011 @@ -334,7 +334,7 @@ =begin original -=item Does Furl depends on XS modules? +(Does Furl depends on XS modules?) =end original @@ -358,14 +358,14 @@ Furlã¯HTTP::Parser::XSãå¿ è¦ã¨ãã¾ããããã¯XSã¢ã¸ã¥ã¼ã«ã®ããã§ããã pure Perlã®ããã¯ã¨ã³ãã§ããHTTP::Parser::XS::PPãå«ãã§ãã¾ãã +=item ãã£ã¨ã¹ãã¼ããå¿ è¦ã§ãã + =begin original -=item I need more speed. +(I need more speed.) =end original -=item ãã£ã¨ã¹ãã¼ããå¿ è¦ã§ãã - =begin original See L<Furl::HTTP>, which provides the low level interface of L<Furl>. @@ -376,14 +376,14 @@ L<Furl::HTTP> ãè¦ã¦ãã ãããL<Furl>ã®ä½ã¬ãã«ã®ã¤ã³ã¿ã¼ãã§ã¼ã¹ãæä¾ãã¦ãã¾ãã L<Furl::HTTP>ã¯ã¬ã¹ãã³ã¹ãªãã¸ã§ã¯ããä½ããªãã®ã§C<Furl.pm>ããéãã§ãã +=item cookie_jar ã使ãã«ã¯? + =begin original -=item How do you use cookie_jar? +(How do you use cookie_jar?) =end original -=item cookie_jar ã使ãã«ã¯? - =begin original Furl does not directly support the cookie_jar option available in LWP. You can use L<HTTP::Cookies>, L<HTTP::Request>, L<HTTP::Response> like following. @@ -403,14 +403,14 @@ $cookies->extract_cookies($res); # and use $res. +=item ã³ã³ãã³ãã¬ã³ã°ã¹ãã©ã®ããã«å¶éã§ãã¾ãã? + =begin original -=item How do you limit the response content length? +(How do you limit the response content length?) =end original -=item ã³ã³ãã³ãã¬ã³ã°ã¹ãã©ã®ããã«å¶éã§ãã¾ãã? - =begin original You can limit the content length by callback function. @@ -436,14 +436,14 @@ } ); +=item ããã°ã¬ã¹ãã¼ã表示ã§ãã¾ãã? + =begin original -=item How do you display the progress bar? +(How do you display the progress bar?) =end original -ããã°ã¬ã¹ãã¼ã表示ã§ãã¾ãã? - my $bar = Term::ProgressBar->new({count => 1024, ETA => 'linear'}); $bar->minor(0); $bar->max_update_rate(1);