[perldocjp-cvs 1088] CVS update: docs/modules/Furl-0.24/lib

Back to archive index

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);



perldocjp-cvs メーリングリストの案内
Back to archive index