[perldocjp-cvs 1621] CVS update: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin

Back to archive index

argra****@users***** argra****@users*****
2012年 11月 29日 (木) 22:36:11 JST


Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Click.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Click.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Click.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Click.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Click.pod	Thu Nov 29 22:36:11 2012
@@ -2,14 +2,16 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::Click - Click buttons and links on web page
 
+=end original
+
 HTTP::WebTest::Plugin::Click - ウェブページのボタンやリンクをクリック
 
 =head1 SYNOPSIS
-概要
 
     plugins = ( ::Click )
 
@@ -22,86 +24,118 @@
     end_test
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin lets you use the names of links and buttons on HTML pages to
 build test requests.
 
+=end original
+
 このプラグインではテストリクエストの構築時に HTML ページのリンクやボタンの
 名前を使えるようにします.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 click_button
 
+=begin original
+
 Given name of submit button (i.e. C<<input type="submit"E<gt>> tag or
 C<<input type="image"E<gt>> inside of C<<formE<gt>> tag) on previously
 requested HTML page, builds test request to the submitted page.
 
+=end original
+
 前に要求した HTML ページのサブミットボタンの名前(つまり C<<formE<gt>> 内の
 C<<input type="submit"E<gt>> ã‚¿ã‚°ã‚„ C<<input type="image"E<gt>>)ã‚’
 与えることで, サブミット先のページへのテストリクエストを作ります.
 
+=begin original
+
 Note that you still need to pass all form parameters yourself using
 C<params> test parameter.
 
+=end original
+
 このパラメータを使っても, C<params> テストパラメータで全ての
 パラメータを指定しなければならないことに注意してください.
 
 =head3 Example
-例
+
+=begin original
 
 See example in L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook>.
 
+=end original
+
 L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook> にある例を
 参照してください.
 
 =head2 click_link
 
+=begin original
+
 Given name of link (i.e. C<<aE<gt>> tag) on previosly requested HTML
 page, builds test request to the linked page.
 
+=end original
+
 前に要求した HTML ページのリンクの名前(つまり C<<aE<gt>> タグ)を
 与えることで, サブミット先のページへのテストリクエストを作ります.
 
 =head3 Example
-例
+
+=begin original
 
 See example in L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook>.
 
+=end original
+
 L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook> にある例を
 参照してください.
 
 =head2 form_name
 
+=begin original
+
 Give form name attribute (i.e. C<<form name="foo"E<gt>>) on previously
 requested HTML page, builds test request to the submitted page.
 
+=end original
+
 前に要求した HTML ページのフォームの名前(つまり
 C<<form name="foo"E<gt>> )ã‚’
 与えることで, サブミット先のページへのテストリクエストを作ります.
 
+=begin original
+
 Note that you still need to pass all form parameters yourself using
 C<params> test parameter.
 
+=end original
+
 このパラメータを使っても, C<params> テストパラメータで全ての
 パラメータを指定しなければならないことに注意してください.
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/ContentSizeTest.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/ContentSizeTest.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/ContentSizeTest.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/ContentSizeTest.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/ContentSizeTest.pod	Thu Nov 29 22:36:11 2012
@@ -2,59 +2,86 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::ContentSizeTest - Response body size checks
 
+=end original
+
 HTTP::WebTest::Plugin::ContentSizeTest - 応答本体のサイズをチェック
 
 =head1 SYNOPSIS
-概要
+
+=begin original
 
 Not Applicable
 
+=end original
+
 なし.
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin tests the size the HTTP response content.
 
+=end original
+
 このプラグインでは HTTP 応答のコンテンツのサイズをテストすることができます.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 min_bytes
 
+=begin original
+
 Minimum number of bytes expected in returned page.
 
+=end original
+
 返されたページの予期される最小バイト数.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
+
+=begin original
 
 Any integer less than C<max_bytes> (if C<max_bytes> is specified).
 
+=end original
+
 C<max_bytes> より小さい(C<max_bytes> が指定されているとき)整数値.
 
 =head2 max_bytes
 
+=begin original
+
 Maximum number of bytes expected in returned page.
 
+=end original
+
 返されたページの予期される最大バイト数.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
+
+=begin original
 
 Any integer greater that zero and greater than C<min_bytes> (if
 C<min_bytes> is specified).
 
+=end original
+
 0 より大きいかつ C<min_bytes> より大きい(C<min_bytes> が指定
 されているとき)整数値.
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2000-2001 Richard Anderson.  All rights reserved.
 
@@ -62,14 +89,17 @@
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Cookies.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Cookies.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Cookies.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Cookies.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Cookies.pod	Thu Nov 29 22:36:11 2012
@@ -2,116 +2,166 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::Cookies - Send and recieve cookies in tests
 
+=end original
+
 HTTP::WebTest::Plugin::Cookies - テスト時のクッキーの送受信
 
 =head1 SYNOPSIS
-概要
+
+=begin original
 
 Not Applicable
 
+=end original
+
 なし.
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin provides means to control sending and recieve cookies in
 web test.
 
+=end original
+
 このプラグインではウェブテスト時のクッキーの送受信を制御する手段を
 提供します.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 accept_cookies
 
+=begin original
+
 Option to accept cookies from the web server.
 
+=end original
+
 ウェブサーバからクッキーを受けつかるかの設定.
 
+=begin original
+
 These cookies exist only while the program is executing and do not
 affect subsequent runs.  These cookies do not affect your browser or
 any software other than the test program.  These cookies are only
 accessible to other tests executed during test sequence execution.
 
+=end original
+
 クッキーはプログラムの実行中にだけ存在し, それ以降は影響を与えません. 
 これらのクッキーはあなたのブラウザやテストプログラム以外のソフトウェア
 には影響しません. クッキーは1つのテストシーケンス中で実行している
 他のテストからだけアクセスできます.
 
+=begin original
+
 See also the <send_cookies> parameter.
 
+=end original
+
 <send_cookies> パラメータも参照してください.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
 C<yes>, C<no>
 
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<yes>
 
 
 =head2 send_cookies
 
+=begin original
+
 Option to send cookies to web server.  This applies to cookies
 received from the web server or cookies specified using the C<cookies>
 test parameter.
 
+=end original
+
 ウェブサーバのクッキーを送るかを設定します. これはウェブサーバから
 受け取ったクッキーにも C<cookies> テストパラメータで指定された
 クッキーにも適用されます.
 
+=begin original
+
 This does NOT give the web server(s) access to cookies created with a
 browser or any user agent software other than this program.  The
 cookies created while this program is running are only accessible to
 other tests in the same test sequence.
 
+=end original
+
 これはウェブサーバにブラウザや他のこのプログラム以外のユーザエージェント
 ソフトウェアが作ったクッキーへのアクセスを禁じるものではありません. 
 このプログラムの実行中に生成されたクッキーは同じテストシーケンス内の
 他のテストからのみアクセス可能です.
 
+=begin original
+
 See also the <accept_cookies> parameter.
 
+=end original
+
 <accept_cookies> パラメータも参照してください.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
 C<yes>, C<no>
 
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<yes>
 
 
 =head2 cookie
 
+=begin original
+
 Synonym to C<cookies>.
 
+=end original
+
 C<cookies> の同義語です.
 
+=begin original
+
 It is deprecated parameter and may be removed in future versions of
 L<HTTP::WebTest|HTTP::WebTest>.
 
+=end original
+
 このパラメータは廃止されています. 今後のバージョンの
 L<HTTP::WebTest|HTTP::WebTest> で削除されるでしょう.
 
 =head2 cookies
 
+=begin original
+
 This is a list parameter that specifies cookies to send to the web
 server:
 
+=end original
+
 ウェブサーバに送るクッキーを指定したリストを指定します:
 
     cookies = ( cookie1_spec
@@ -119,8 +169,12 @@
                 ...
                 cookieN_spec )
 
+=begin original
+
 Currently there are two ways to specify a cookie.
 
+=end original
+
 現在のところ2種類の記述方法があります.
 
 =over 4
@@ -129,8 +183,12 @@
 
 * 名前付きスタイル
 
+=begin original
+
 A cookie is specified by a set of C<param =E<gt> value> pairs:
 
+=end original
+
 クッキーは C<param =E<gt> value> ペアの集合で指定します:
 
     (
@@ -138,53 +196,81 @@
       ...
     )
 
+=begin original
+
 List of all supported C<param =E<gt> value> pairs:
 
+=end original
+
 サポートされている C<param =E<gt> value>  ペアは以下の通りです:
 
 =over 4
 
 =item version => VERSION
 
+=begin original
+
 Version number of cookie spec to use, usually 0.
 
+=end original
+
 使用するクッキー指定方法のバージョン番号. 通常は 0 を指定します.
 
 =item name => NAME (REQUIRED)
 
+=begin original
+
 Name of cookie.  Cannot begin with a $ character.
 
+=end original
+
 クッキーの名前. 文字 $ で始まる名前は使えません.
 
 =item value => VALUE (REQUIRED)
 
+=begin original
+
 Value of cookie.
 
+=end original
+
 クッキーの値.
 
 =item path => PATH (REQUIRED)
 
+=begin original
+
 URL path name for which this cookie applies.  Must begin with a /
 character.  See also path_spec.
 
+=end original
+
 このクッキーが適用される url パス. 文字 / で始まらなければなりません. 
 path_spec も参照してください.
 
 =item domain => DOMAIN (REQUIRED)
 
+=begin original
+
 Domain for which cookie is valid.  Must either contain two periods or
 be equal to C<.local>.
 
+=end original
+
 クッキーを有効にするドメイン. 2つのピリオドを含むか C<.local> と
 等しくなければなりません.
 
 =item port => PORT
 
+=begin original
+
 List of allowed port numbers that the cookie may be returned to.  If
 not specified, cookie can be returned to any port.  Must be specified
 using the format C<N> or C<N, N, ..., N> where N is one or more
 digits.
 
+=end original
+
 クッキーを返すことを許可するポート番号のリスト. 
 指定しなければ全てのポートに対して返すようになります. 
 C<N> もしくは C<N, N, ..., N> というフォーマットして指定してください
@@ -192,9 +278,13 @@
 
 =item path_spec => PATH_SPEC
 
+=begin original
+
 Ignored if version is less than 1.  Option to ignore the value of
 path.  Default value is 0.
 
+=end original
+
 version が 1 より小さいときは無視されます. 
 path の値を無視するかどうかを設定します. デフォルトは 0 です.
 
@@ -202,23 +292,35 @@
 
 =item * 1
 
+=begin original
+
 Use the value of path.
 
+=end original
+
 path の値を使う.
 
 =item * 0
 
+=begin original
+
 Ignore the specified value of path.
 
+=end original
+
 path に指定された値を無視する.
 
 =back
 
 =item secure => SECURE
 
+=begin original
+
 Option to require secure protocols for cookie transmission.  Default
 value is 0.
 
+=end original
+
 クッキーの転送にセキュアなプロトコルを要求する. 
 デフォルトは 0.
 
@@ -226,30 +328,46 @@
 
 =item * 1
 
+=begin original
+
 Use only secure protocols to transmit this cookie.
 
+=end original
+
 このクッキーはセキュアなプロトコルでのみ使われる.
 
 =item * 0
 
+=begin original
+
 Secure protocols are not required for transmission.
 
+=end original
+
 転送時にセキュアなプロトコルを必要としない.
 
 =back
 
 =item maxage => MAXAGE
 
+=begin original
+
 Number of seconds until cookie expires.
 
+=end original
+
 クッキーが期限切れとなるまでの秒数.
 
 =item discard => DISCARD
 
+=begin original
+
 Option to discard cookie when the program finishes.  Default is 0.
 (The cookie will be discarded regardless of the value of this
 element.)
 
+=end original
+
 プログラムが終了するときにクッキーを破棄するかの設定. 
 デフォルトは 0. 
 (クッキーはこの要素の値に関わらず破棄されます.)
@@ -258,36 +376,56 @@
 
 =item * 1
 
+=begin original
+
 Discard cookie when the program finishes.
 
+=end original
+
 プログラム終了時にクッキーを破棄する.
 
 =item * 0
 
+=begin original
+
 Don't discard cookie.
 
+=end original
+
 クッキーを破棄しない.
 
 =back
 
 =item rest => NAME_VALUE_LIST
 
+=begin original
+
 Defines additional cookie attributes.
 
+=end original
+
 クッキーの属性を追加定義する.
 
+=begin original
+
 Zero, one or several name/value pairs may be specified.  The name
 parameters are words such as Comment or CommentURL and the value
 parameters are strings that may contain embedded blanks.
 
+=end original
+
 0個, 1個, それ以上の名前/値ペアを指定します. 
 名前は Comment や CommentURL といった単語を, 値には文字列(空白を
 含むこともできます)を指定します.
 
 =back
 
+=begin original
+
 Example (wtscript file):
 
+=end original
+
 例 (wtscript ファイル):
 
     cookies = ( ( name   => Cookie1
@@ -302,8 +440,12 @@
                   value  => cookie value
                   rest   => ( Comment => this is a comment ) )
 
+=begin original
+
 Example (Perl script):
 
+=end original
+
 例 (Perl スクリプト):
 
     my $tests = [
@@ -326,16 +468,24 @@
 
 =item * Row list style
 
-* 行リストスタイル
+(行リストスタイル)
+
+=begin original
 
 This style of cookie specification is deprecated and may be removed in
 future versions of L<HTTP::WebTest|HTTP::WebTest>.
 
+=end original
+
 この形式での指定は廃止されています. 
 今後のバージョンの L<HTTP::WebTest|HTTP::WebTest> で削除されるでしょう.
 
+=begin original
+
 Each cookie is specified by following list:
 
+=end original
+
 各クッキーは以下のリストの形で指定されます:
 
     ( VERSION
@@ -355,9 +505,13 @@
       ...
     )
 
+=begin original
+
 Any element not marked below as REQUIRED may be defaulted by
 specifying a null value or ''.
 
+=end original
+
 以下で REQUIRED とマークされている要素はnull値もしくは
 '' がデフォルトになります.
 
@@ -365,45 +519,69 @@
 
 =item * VERSION (REQUIRED)
 
+=begin original
+
 Version number of cookie spec to use, usually 0.
 
+=end original
+
 使用するクッキー指定方法のバージョン番号. 通常は 0 を指定します.
 
 =item * NAME (REQUIRED)
 
+=begin original
+
 Name of cookie.  Cannot begin with a $ character.
 
+=end original
+
 クッキーの名前. 文字 $ で始まる名前は使えません.
 
 =item * VALUE (REQUIRED)
 
+=begin original
+
 Value of cookie.
 
+=end original
+
 クッキーの値.
 
 =item * PATH (REQUIRED)
 
+=begin original
+
 URL path name for which this cookie applies.  Must begin with a /
 character.  See also path_spec.
 
+=end original
+
 このクッキーが適用される url パス. 文字 / で始まらなければなりません. 
 path_spec も参照してください.
 
 =item * DOMAIN (REQUIRED)
 
+=begin original
+
 Domain for which cookie is valid.  Must either contain two periods or
 be equal to C<.local>.
 
+=end original
+
 クッキーを有効にするドメイン. 2つのピリオドを含むか C<.local> と
 等しくなければなりません.
 
 =item * PORT
 
+=begin original
+
 List of allowed port numbers that the cookie may be returned to.  If
 not specified, cookie can be returned to any port.  Must be specified
 using the format C<N> or C<N, N, ..., N> where N is one or more
 digits.
 
+=end original
+
 クッキーを返すことを許可するポート番号のリスト. 
 指定しなければ全てのポートに対して返すようになります. 
 C<N> もしくは C<N, N, ..., N> というフォーマットして指定してください
@@ -411,9 +589,13 @@
 
 =item * PATH_SPEC
 
+=begin original
+
 Ignored if version is less than 1.  Option to ignore the value of
 path.  Default value is 0.
 
+=end original
+
 version が 1 より小さいときは無視されます. 
 path の値を無視するかどうかを設定します. デフォルトは 0 です.
 
@@ -421,23 +603,35 @@
 
 =item * 1
 
+=begin original
+
 Use the value of path.
 
+=end original
+
 path の値を使う.
 
 =item * 0
 
+=begin original
+
 Ignore the specified value of path.
 
+=end original
+
 path に指定された値を無視する.
 
 =back
 
 =item * SECURE
 
+=begin original
+
 Option to require secure protocols for cookie transmission.  Default
 value is 0.
 
+=end original
+
 クッキーの転送にセキュアなプロトコルを要求する. 
 デフォルトは 0.
 
@@ -445,30 +639,46 @@
 
 =item * 1
 
+=begin original
+
 Use only secure protocols to transmit this cookie.
 
+=end original
+
 このクッキーはセキュアなプロトコルでのみ使われる.
 
 =item * 0
 
+=begin original
+
 Secure protocols are not required for transmission.
 
+=end original
+
 転送時にセキュアなプロトコルを必要としない.
 
 =back
 
 =item * MAXAGE
 
+=begin original
+
 Number of seconds until cookie expires.
 
+=end original
+
 クッキーが期限切れとなるまでの秒数.
 
 =item * DISCARD
 
+=begin original
+
 Option to discard cookie when the program finishes.  Default is 0.
 (The cookie will be discarded regardless of the value of this
 element.)
 
+=end original
+
 プログラムが終了するときにクッキーを破棄するかの設定. 
 デフォルトは 0. 
 (クッキーはこの要素の値に関わらず破棄されます.)
@@ -477,32 +687,48 @@
 
 =item * 1
 
+=begin original
+
 Discard cookie when the program finishes.
 
+=end original
+
 プログラム終了時にクッキーを破棄する.
 
 =item * 0
 
+=begin original
+
 Don't discard cookie.
 
+=end original
+
 クッキーを破棄しない.
 
 =back
 
 =item * name/value
 
+=begin original
+
 Zero, one or several name/value pairs may be specified.  The name
 parameters are words such as Comment or CommentURL and the value
 parameters are strings that may contain embedded blanks.
 
+=end original
+
 0個, 1個, それ以上の名前/値ペアを指定します. 
 名前は Comment や CommentURL といった単語を, 値には文字列(空白を
 含むこともできます)を指定します.
 
 =back
 
+=begin original
+
 An example cookie would look like:
 
+=end original
+
 例えば次のようになります:
 
     cookies = ( ( 0
@@ -519,13 +745,16 @@
 
 =back
 
+=begin original
+
 See RFC 2965 for details (ftp://ftp.isi.edu/in-notes/rfc2965.txt).
 
+=end original
+
 詳細は RFC 2965 (ftp://ftp.isi.edu/in-notes/rfc2965.txt) を
 参照してください.
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2000-2001 Richard Anderson.  All rights reserved.
 
@@ -533,14 +762,17 @@
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/DefaultReport.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/DefaultReport.pod:1.3 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/DefaultReport.pod:1.4
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/DefaultReport.pod:1.3	Mon Feb  7 02:53:00 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/DefaultReport.pod	Thu Nov 29 22:36:11 2012
@@ -2,36 +2,48 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::DefaultReport - Default test report plugin.
 
+=end original
+
 HTTP::WebTest::Plugin::DefaultReport - デフォルトのテストレポートプラグイン
 
 =head1 SYNOPSIS
-概要
+
+=begin original
 
 Not Applicable
 
+=end original
+
 なし.
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin is the default test report plugin.  It builds a simple text
 report.
 
+=end original
+
 このプラグインはデフォルトのテストレポートプラグインです. 
 これは簡単なテキストレポートを生成します.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 default_report
 
 I<GLOBAL PARAMETER>
 
 
+=begin original
+
 This parameter controls whether the default report plugin is used for
 test report creation.  Value C<yes> means that default report plugin
 will be used, value C<no> means that it will not.
@@ -39,6 +51,8 @@
 (i.e. if this parameter has value C<no> and no other report plugins
 are loaded).
 
+=end original
+
 このパラメータではデフォルトレポートプラグインを使ってテストレポートを
 生成するかどうかを制御します. 値 C<yes> はデフォルトレポートプラグイン
 の使用を意味します. 値 C<no> のと気は使用しません. 
@@ -47,104 +61,144 @@
 しなかったとき).
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
 C<yes>, C<no>
 
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<yes>
 
 
 =head2 test_name
 
+=begin original
+
 Name associated with this URL in the test report and error messages.
 
+=end original
+
 URL に関連づけられた名前. テストレポートやエラーメッセ時で使われます.
 
 =head2 show_headers
 
+=begin original
+
 Include request and response headers in the test report.
 
+=end original
+
 テストレポートのリクエストヘッダ及びレスポンスヘッダを含めるかを
 設定します.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
 C<yes>, C<no>
 
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<no>
 
 
 =head2 show_html
 
+=begin original
+
 Include content of HTTP response in the test report.
 
+=end original
+
 テストレポートに HTTP レスポンスを含めるかを設定します.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
 C<yes>, C<no>
 
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<no>
 
 
 =head2 show_cookies
 
+=begin original
+
 Option to display any cookies sent or received.
 
+=end original
+
 送受信したクッキーを表示するかを設定します.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
 C<yes>, C<no>
 
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<no>
 
 
 =head2 terse
 
+=begin original
+
 Option to display shorter test report.
 
+=end original
+
 短いテストレポートを表示するかを設定します.
 
 =over 4
 
 =item * summary
 
-* summary (要約)
+(summary (要約))
+
+=begin original
 
 Only a one-line summary for each URL
 
+=end original
+
 各 URL の1行要約のみ
 
 =item * failed_only
 
+=begin original
+
 Only tests that failed and the summary
 
+=end original
+
 失敗したテストと要約のみ
 
 =item * no
 
+=begin original
+
 Show all tests and the summary
 
+=end original
+
 全てのテストと要約を表示
 
 =over 8 
@@ -160,7 +214,6 @@
 =back
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2000-2001 Richard Anderson.  All rights reserved.
 
@@ -168,14 +221,17 @@
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Delay.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Delay.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Delay.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Delay.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Delay.pod	Thu Nov 29 22:36:11 2012
@@ -2,14 +2,16 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::Delay - Pause before running test
 
+=end original
+
 HTTP::WebTest::Plugin::Delay - テスト前に少し停止
 
 =head1 SYNOPSIS
-概要
 
     plugins = ( ::Delay )
 
@@ -19,44 +21,59 @@
     end_test
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin module lets you specify pauses before running specific tests
 in the test sequence.
 
+=end original
+
 テストシーケンスの途中であるテストの実行前に多少時間をおくことが
 できるようになります.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 delay
 
+=begin original
+
 Duration of pause (in seconds) before running test.
 
+=end original
+
 テストを実行する前に停止する時間(秒単位で).
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
+
+=begin original
 
 Any number greater that zero.
 
+=end original
+
 0以降の数値
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2002-2003 Duncan Cameron.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/HarnessReport.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/HarnessReport.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/HarnessReport.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/HarnessReport.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/HarnessReport.pod	Thu Nov 29 22:36:11 2012
@@ -2,20 +2,23 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::HarnessReport - Test::Harness compatible reports
 
+=end original
+
 HTTP::WebTest::Plugin::HarnessReport - Test::Harness 互換のレポート
 
 =head1 SYNOPSIS
-概要
 
 N/A
 
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin creates reports that are compatible with
 L<Test::Harness|Test::Harness>.  By default, this plugin is not loaded
@@ -26,6 +29,8 @@
 L<Test::Differences|Test::Differences>).  You should be able to
 intermix them freely in one test script.
 
+=end original
+
 このテストプラグインは L<Test::Harness|Test::Harness> と互換のある
 レポートを生成します. デフォルトではこのプラグインは
 L<HTTP::WebTest|HTTP::WebTest> にロードされません. ロードするためには
@@ -35,49 +40,67 @@
 といった)他のテストライブラリと互換性があります. 1つのテストスクリプト
 中にこれらを自由に取り混ぜることができます.
 
+=begin original
+
 Unless you want to get mix of outputs from the default report and this
 report (normally you don't want it), the default report plugin should
 be disabled.  See parameter C<default_report> (value C<no>).
 
+=end original
+
 デフォルトレポートとこのレポートを織り交ぜて出力したいのでなければ
 デフォルトのレポートプラグインは無効にしておくべきでしょう. (それが
 通常求めるものでしょう.) パラメータ C<default_report> (の値 C<no>)
 を参照してください.
 
+=begin original
+
 Test parameters C<plugins> and C<default_report> are documented in
 L<HTTP::WebTest|HTTP::WebTest>.
 
+=end original
+
 テストパラメータ C<plugins> 及び C<default_report> は
 L<HTTP::WebTest|HTTP::WebTest> に記述されています.
 
 =head1 EXAMPLE
-例
+
+=begin original
 
 See L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook> for example.
 
+=end original
+
 L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook> を参照してください.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
+
+=begin original
 
 None.
 
+=end original
+
 なし.
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Hooks.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Hooks.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Hooks.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Hooks.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Hooks.pod	Thu Nov 29 22:36:11 2012
@@ -2,14 +2,16 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::Hooks - Provides callbacks called during test run
 
+=end original
+
 HTTP::WebTest::Plugin::Hooks - テスト実行中に呼ばれるコールバックの提供
 
 =head1 SYNOPSIS
-概要
 
     plugins = ( ::Hooks )
 
@@ -43,7 +45,8 @@
     end_test
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin module adds test parameters whose values are evaluated at
 specific times of the L<HTTP::WebTest|HTTP::WebTest> test run.  It can be
@@ -51,117 +54,156 @@
 finalization when test response is received or to implement user
 defined tests without writing a new plugin module.
 
+=end original
+
 このプラグインモジュールはテストの実行中に L<HTTP::WebTest|HTTP::WebTest> の
 特定の時に評価されるテストパラメータを追加します. テストリクエスト前の
 初期化, テスト結果を受け取った後の終了処理, プラグインモジュールを
 書かないでの新しいテストの定義などを行うことができます.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 on_start
 
+=begin original
+
 The value of this test parameter is ignored.  However, it is evaluted
 before the test sequence is run, so it can be used to do initalization
 before the test sequence run.
 
+=end original
+
 このテストパラメータの値は無視されます. 
 しかしテストシーケンスが実行される前に評価されます. 
 つまりテストシーケンスが実行される前に初期化を行うために使うことができます.
 
 =head3 Example
-例
+
+=begin original
 
 See example in L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook>.
 
+=end original
+
 L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook> にある例を
 参照してください.
 
 =head2 on_finish
 
+=begin original
+
 The value of this test parameter is ignored.  However, it is evaluted
 before the test sequence is run, so it can be used to run finalization
 code when the test sequence is finished.
 
+=end original
+
 このテストパラメータの値は無視されます. 
 しかしテストシーケンスが実行される前に(訳注:後にの間違い?)評価されます. 
 つまりテストシーケンスが終わったときに終了用のコードを実行させるために
 使うことができます.
 
 =head3 Example
-例
+
+=begin original
 
 See example in L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook>.
 
+=end original
+
 L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook> にある例を
 参照してください.
 
 =head2 on_request
 
+=begin original
+
 The value of this test parameter is ignored.  However, it is evaluted
 before the HTTP request is done, so it can be used to do
 initalization before the request.
 
+=end original
+
 このテストパラメータの値は無視されます. 
 しかし HTTP リクエストを行う前に評価されます. 
 つまりリクエスト前に初期化を行うために使うことができます.
 
 =head2 on_response
 
+=begin original
+
 This is a list parameter which is treated as test result.  It is
 evaluted when the HTTP response for the test request is received.
 
+=end original
+
 テスト結果として処理されるリストパラメータを設定します. 
 これはテストリクエストに対する HTTP レスポンスを受信したときに
 評価されます.
 
+=begin original
+
 It can be used to define custom tests without writing new plugins.
 It can also be used to run some code when the HTTP response for the test
 request is received.
 
+=end original
+
 このパラメータは新しいプラグインを書くことなしにカスタムテストを
 定義するために使うことができます. テストリクエストに対する
 HTTP レスポンスを受信したときに何らかのコードを実行するために使うことも
 できます.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
     ( YESNO1, COMMENT1
       YESNO2, COMMENT2
       ....
       YESNON, COMMENTN )
 
+=begin original
+
 Here C<YESNO>, C<COMMENT> is a test result.  C<YESNO> is either
 C<yes> if test is successful or C<no> if it is not.  C<COMMENT> is a
 comment associated with this test.
 
+=end original
+
 C<YESNO>, C<COMMENT> はテスト結果です. C<YESNO> は
 成功時なら C<yes>, そうでなければ C<no> のどちらかです. 
 C<COMMENT> はこのテストに関連するコメントです.
 
 =head3 Example
-例
+
+=begin original
 
 See example in L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook>.
 
+=end original
+
 L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook> にある例を
 参照してください.
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Loader.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Loader.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Loader.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Loader.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/Loader.pod	Thu Nov 29 22:36:11 2012
@@ -2,40 +2,54 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::Loader - Loads external plugins
 
+=end original
+
 HTTP::WebTest::Plugin::Loader - 外部プラグインのロード
 
 =head1 SYNOPSIS
-概要
+
+=begin original
 
 Not Applicable
 
+=end original
+
 なし.
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin lets you to load external L<HTTP::WebTest|HTTP::WebTest>
 plugins.
 
+=end original
+
 このプラグインで外部の L<HTTP::WebTest|HTTP::WebTest> プラグインを
 ロードできるようになります.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 plugins
 
 I<GLOBAL PARAMETER>
 
 
+=begin original
+
 A list of module names.  Loads these modules and registers them as
 L<HTTP::WebTest|HTTP::WebTest> plugins.  If the name of the plugin starts with
 C<::>, it is prepended with C<HTTP::WebTest::Plugin>.  So
 
+=end original
+
 モジュール名のリスト. これらのモジュールはロードされ,
 L<HTTP::WebTest|HTTP::WebTest> プラグインとして登録されます. もし
 プラグインの名前が C<::> から始まる時は C<HTTP::WebTest::Plugin> が前に
@@ -43,26 +57,32 @@
 
     plugins = ( ::Click )
 
+=begin original
+
 is equal to
 
+=end original
+
 は次と等価です.
 
     plugins = ( HTTP::WebTest::Plugin::Click )
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/ResponseTimeTest.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/ResponseTimeTest.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/ResponseTimeTest.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/ResponseTimeTest.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/ResponseTimeTest.pod	Thu Nov 29 22:36:11 2012
@@ -2,59 +2,86 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::ResponseTimeTest - Tests for response time
 
+=end original
+
 HTTP::WebTest::Plugin::ResponseTimeTest - 応答時間のテスト
 
 =head1 SYNOPSIS
-概要
+
+=begin original
 
 Not Applicable
 
+=end original
+
 なし.
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin supports web server response time tests.
 
+=end original
+
 ウェブサーバからの応答時間のテストをできるようになります.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 min_rtime
 
+=begin original
+
 Minimum web server response time (seconds) expected.
 
+=end original
+
 ウェブサーバからの予期される最小レスポンスタイム(秒).
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
+
+=begin original
 
 Any number less than C<max_rtime> (if C<max_rtime> is specified).
 
+=end original
+
 C<max_rtime> より小さい(C<max_rtime> が指定されているとき)整数値.
 
 =head2 max_rtime
 
+=begin original
+
 Maximum web server response time (seconds) expected.
 
+=end original
+
 ウェブサーバからの予期される最大レスポンスタイム(秒).
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
+
+=begin original
 
 Any number greater that zero and greater than C<min_rtime> (if
 C<min_rtime> is specified).
 
+=end original
+
 0 より大きいかつ C<min_rtime> より大きい(C<min_rtime> が指定
 されているとき)整数値.
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2000-2001 Richard Anderson.  All rights reserved.
 
@@ -62,14 +89,17 @@
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/SetRequest.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/SetRequest.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/SetRequest.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/SetRequest.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/SetRequest.pod	Thu Nov 29 22:36:11 2012
@@ -2,125 +2,177 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::SetRequest - Initializes HTTP request for web test
 
+=end original
+
 HTTP::WebTest::Plugin::SetRequest - ウェブテストのための HTTP リクエストの初期化
 
 =head1 SYNOPSIS
-概要
+
+=begin original
 
 Not Applicable
 
+=end original
+
 なし.
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin initializes the HTTP request for a web test.
 
+=end original
+
 このプラグインはウェブテストのための HTTP リクエストを初期化します.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 relative_urls
 
+=begin original
+
 If set to C<yes> than C<HTTP-WebTest> supports relative URLs.  See
 test parameter C<url> for more information.
 
+=end original
+
 C<yes> を設定することで C<HTTP-WebTest> が相対URL をサポートするように
 なります. より多くの情報は C<url> テストパラメータを参照してください.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
 C<yes>, C<no>
 
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<no>
 
 
 =head2 url
 
+=begin original
+
 URL to test.
 
+=end original
+
 テストするURL.
 
+=begin original
+
 If test parameter C<relative_urls> is set to C<yes> than URL for each
 test is treated as relative to the URL in the previous test.  URL in
 the first test is treated as relative to C<http://localhost>.
 
+=end original
+
 テストパラメータ C<relative_urls> が C<yes> に設定されているときは
 1つ前のテストの URL からの相対URLとして処理されます. 最初のテストでは
 C<http://localhost> からの相対として処理されます.
 
+=begin original
+
 If test parameter C<relative_urls> is set to C<no> than each URL is
 treated as absolute.  In this case if schema part of URL is omitted
 (i.e. URL doesn't start with C<http://>, C<ftp://>, etc) then
 C<http://> is implied.
 
+=end original
+
 テストパラメータ C<relative_urls> が C<no> に設定されているときは
 絶対URLとして処理されます. この時, URL のスキーマ部分が省略されている
 時(つまりURLがC<http://>, C<ftp://> 等で始まっていない時)は 
 C<http://> が付加されます.
 
 =head2 method
-メソッド
+
+=begin original
 
 HTTP request method.
 
+=end original
+
 HTTP リクエストメソッド.
 
+=begin original
+
 See RFC 2616 (HTTP/1.1 protocol).
 
+=end original
+
 RFC 2616 (HTTP/1.1 プロトコル)を参照してください.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
 C<GET>, C<POST>
 
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<GET>
 
 
 =head2 http_headers
 
+=begin original
+
 A list of HTTP header/value pairs.  Can be used to override default
 HTTP headers or to add additional HTTP headers.
 
+=end original
+
 HTTP ヘッダ/値ペアのリスト. デフォルトの HTTP ヘッダを上書きしたり
 HTTP ヘッダを追加したりできます.
 
 =head3 Example
-例
 
     http_headers = ( Accept => text/plain, text/html )
 
 =head2 params
 
+=begin original
+
 A list of name/value pairs to be passed as parameters to the URL.
 (This element is used to test pages that process input from forms.)
 
+=end original
+
 URL にパラメータとして渡す名前/値ペアのリスト.
 (この要素はフォームからの入力を処理するページのテストのために使います.)
 
+=begin original
+
 If the method key is set to C<GET>, these pairs are URI-escaped and
 appended to the requested URL.
 
+=end original
+
 method キーに C<GET> が設定されているのならこれらのペアは
 URI-エスケープされてリクエストURLに追加されます.
 
+=begin original
+
 Example (wtscript file):
 
+=end original
+
 例 (wtscript ファイル):
 
     url = http://www.hotmail.com/cgi-bin/hmhome
@@ -129,28 +181,40 @@
                from
                HotMail )
 
+=begin original
+
 generates the HTTP request with URI:
 
+=end original
+
 生成される HTTP リクエスト URI:
 
     http://www.hotmail.com/cgi-bin/hmhome?curmbox=F001%20A005&from=HotMail
 
+=begin original
+
 If the method key is set to C<POST>, as long as all values are scalars
 they are URI-escaped and put into content of the HTTP request.
 C<application/x-www-form-urlencoded> content type is set for such HTTP
 request.
 
+=end original
+
 もしメソッドキーが C<POST> に設定されているときは同じように
 URI-エスケープされ, HTTP リクエストの本体で送られます.
 この時,  HTTP リクエストに C<application/x-www-form-urlencoded> 
 コンテンツタイプが設定されます.
 
+=begin original
+
 If the method key is set to C<POST>, some values may be defined as
 lists.  In this case L<HTTP::WebTest|HTTP::WebTest> uses
 C<multipart/form-data> content type used for C<Form-based File Upload>
 as specified in RFC 1867.  Each parameter with list value is treated
 as file part specification with the following interpretation:
 
+=end original
+
 method キーが C<POST> に設定されているのなら値をリストで定義する
 こともできます. この時 L<HTTP::WebTest|HTTP::WebTest> は RFC 1867 で
 仕様化されている C<フォームベースのファイルアップロード> のために
@@ -159,37 +223,57 @@
 
     ( FILE, FILENAME, HEADER => VALUE... )
 
+=begin original
+
 where
 
+=end original
+
 それぞれの意味は以下の通りです.
 
 =over 4
 
 =item * FILE
 
+=begin original
+
 The name of a file to open. This file will be read and its content
 placed in the request.
 
+=end original
+
 読み込むファイルの名前. このファイルの中身がリクエストに使われます.
 
 =item * FILENAME
 
+=begin original
+
 The optional filename to be reported in the request.  If it is not
 specified than basename of C<FILE> is used.
 
+=end original
+
 リクエストで報告する任意のファイル名. 指定されなかったときは
 C<FILE> のベースネームが使われます.
 
 =item * HEADER => VALUE
 
+=begin original
+
 Additional optional headers for file part.
 
+=end original
+
 ファイルパートの任意の追加ヘッダ.
 
 =back
 
+=begin original
+
 Example (wtscript file):
 
+=end original
+
 例 (wtscript ファイル):
 
     url = http://www.server.com/upload.pl
@@ -197,97 +281,130 @@
     params = ( submit => ok
                file   => ( '/home/ilya/file.txt', 'myfile.txt' ) )
 
+=begin original
+
 It generates HTTP request with C</home/ilya/file.txt> file included
 and reported under name C<myfile.txt>.
 
+=end original
+
 これは C<myfile.txt> という名前で C</home/ilya/file.txt> の中身を
 送る HTTP リクエストを生成します.
 
 =head2 auth
 
+=begin original
+
 A list which contains two elements: userid/password pair to be used
 for web page access authorization.
 
+=end original
+
 ウェブページへのアクセス認証に使うユーザ名/パスワードの2つの要素をもつ
 リストを指定します.
 
 =head2 proxies
 
+=begin original
+
 A list of service name/proxy URL pairs that specify proxy servers to
 use for requests.
 
+=end original
+
 リクエストに使うためのプロキシサーバを指定する
 サービス名/プロキシURLのペアのリスト.
 
 =head3 Example
-例
 
     proxies = ( http => http://http_proxy.mycompany.com
                 ftp  => http://ftp_proxy.mycompany.com )
 
 =head2 pauth
 
+=begin original
+
 A list which contains two elements: userid/password pair to be used
 for proxy server access authorization.
 
+=end original
+
 2つの要素, プロキシサーバにアクセスするための認証のユーザ名/パスワードの
 ペアを含むリスト.
 
 =head2 user_agent
 
+=begin original
+
 Set the product token that is used to identify the user agent on
 the network.
 
+=end original
+
 ネットワーク上でユーザエージェントを識別するために使われる
 製品トークンを設定します.
 
 =head3 Default value
-デフォルト値
+(デフォルト値)
 
 C<HTTP-WebTest/NN>
 
 
+=begin original
+
 where C<NN> is version number of HTTP-WebTest.
 
+=end original
+
 C<NN> は HTTP-WebTest のバージョン番号です.
 
 =head2 handle_redirects
 
+=begin original
+
 If set to C<yes> then HTTP-WebTest automatically follows redirects.
 It means that you never see HTTP responses with status codes 301 and
 302.  This feature is disabled if this test parameter is set to C<no>.
 
+=end original
+
 C<yes> の時 HTTP-WebTest が自動的にリダイレクトをたどります. 
 これによってステータスコード 301 及び 302 の HTTP レスポンスを
 みることはなくなります. この機能を無効にするにはこのテストパラメータに
 C<no> を設定します.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
 C<yes>, C<no>
 
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<yes>
 
 
 =head2 timeout
 
+=begin original
+
 Set the timeout value in seconds.
 
+=end original
+
 タイムアウト値を秒で設定します.
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<180>
 
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2000-2001 Richard Anderson.  All rights reserved.
 
@@ -295,14 +412,17 @@
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/StatusTest.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/StatusTest.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/StatusTest.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/StatusTest.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/StatusTest.pod	Thu Nov 29 22:36:11 2012
@@ -2,44 +2,58 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::StatusTest - Checks the HTTP response status
 
+=end original
+
 HTTP::WebTest::Plugin::StatusTest - HTTP 応答ステータスのチェック
 
 =head1 SYNOPSIS
-概要
+
+=begin original
 
 Not Applicable
 
+=end original
+
 なし.
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin checks the HTTP response status.
 
+=end original
+
 HTTP 応答ステータスをチェックします.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 status_code
 
+=begin original
+
 Given numeric HTTP Status Code, tests response returned that value.
 
+=end original
+
 数値で HTTP ステータスコードを与えると, レスポンスで
 その値が返されるかをテストします.
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<200> (OK).
 
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2000-2001 Richard Anderson.  All rights reserved.
 
@@ -47,14 +61,17 @@
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 
Index: docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/TextMatchTest.pod
diff -u docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/TextMatchTest.pod:1.2 docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/TextMatchTest.pod:1.3
--- docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/TextMatchTest.pod:1.2	Thu Jan 27 22:14:56 2011
+++ docs/modules/HTTP-WebTest-2.04/lib/HTTP/WebTest/Plugin/TextMatchTest.pod	Thu Nov 29 22:36:11 2012
@@ -2,110 +2,165 @@
 =encoding utf8
 
 =head1 NAME
-名前
+
+=begin original
 
 HTTP::WebTest::Plugin::TextMatchTest - Test the content of the HTTP response.
 
+=end original
+
 HTTP::WebTest::Plugin::TextMatchTest - HTTP レスポンスの内容をテストする
 
 =head1 SYNOPSIS
-概要
+
+=begin original
 
 Not Applicable
 
+=end original
+
 なし.
 
 =head1 DESCRIPTION
-説明
+
+=begin original
 
 This plugin supports test on the content of the HTTP response.  You can test
 for the existence or non-existence of a literal string or a regular expression.
 
+=end original
+
 このプラグインは HTTP レスポンスの内容に対してのテストをサポートします. 
 リテラル文字列や正規表現が存在することもしくは存在しないことをテストできます.
 
 =head1 TEST PARAMETERS
-テストパラメータ
+
+(テストパラメータ)
 
 =head2 ignore_case
 
+=begin original
+
 Option to do case-insensitive string matching for C<text_forbid>,
 C<text_require>, C<regex_forbid> and C<regex_require> test parameters.
 
+=end original
+
 C<text_forbid>, C<text_require>, C<regex_forbid> 及び C<regex_require>
 テストパラメータで大文字小文字を区別しないマッチングを行うかどうかを
 設定します.
 
 =head3 Allowed values
-使用可能な値
+
+(使用可能な値)
 
 C<yes>, C<no>
 
 
 =head3 Default value
-デフォルト値
+
+(デフォルト値)
 
 C<no>
 
 
 =head2 text_forbid
 
+=begin original
+
 List of text strings that are forbidden to exist in the returned
 page.
 
+=end original
+
 返されたページの中に存在することを禁止するテキスト文字列のリスト.
 
+=begin original
+
 See also the C<regex_forbid> and C<ignore_case> parameters.
 
+=end original
+
 C<regex_forbid> 及び C<ignore_case> パラメータも参照してください.
 
 =head2 text_require
 
+=begin original
+
 List of text strings that are required to exist in the returned
 page.
 
+=end original
+
 返されたページの中に存在することを要求するテキスト文字列のリスト.
 
+=begin original
+
 See also the C<regex_require> and C<ignore_case> parameters.
 
+=end original
+
 C<regex_require> 及び C<ignore_case> パラメータも参照してください.
 
 =head2 regex_forbid
 
+=begin original
+
 List of regular expressions that are forbidden to exist in the
 returned page.
 
+=end original
+
 返されたページの中に存在することを禁止する正規表現のリスト.
 
+=begin original
+
 For more information, see L<perldoc perlre|perlre> or see Programming
 Perl, 3rd edition, Chapter 5.
 
+=end original
+
 詳細に関しては, L<perldoc perlre|perlre> もしくはプログラミング言語
 Perl 第3版 第5章 を参照してください.
 
+=begin original
+
 See also the C<text_forbid> and C<ignore_case> parameters.
 
+=end original
+
 C<text_forbid> 及び C<ignore_case> パラメータも参照してください.
 
 =head2 regex_require
 
+=begin original
+
 List of regular expressions that are required to exist in the
 returned page.
 
+=end original
+
 返されたページの中に存在することを要求する正規表現のリスト.
 
+=begin original
+
 For more information, see L<perldoc perlre|perlre> or see Programming Perl,
 3rd edition, Chapter 5.
 
+=end original
+
 詳細に関しては, L<perldoc perlre|perlre> もしくはプログラミング言語
 Perl 第3版 第5章 を参照してください.
 
+=begin original
+
 See also the C<text_require> and C<ignore_case> parameters.
 
+=end original
+
 C<text_require> 及び C<ignore_case> パラメータも参照してください.
 
 =head1 COPYRIGHT
-著作権
 
 Copyright (c) 2000-2001 Richard Anderson.  All rights reserved.
 
@@ -113,14 +168,17 @@
 Copyright (c) 2001-2003 Ilya Martynov.  All rights reserved.
 
 
+=begin original
+
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
+=end original
+
 このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で
 再配布・改変可能です.
 
 =head1 SEE ALSO
-関連項目
 
 L<HTTP::WebTest|HTTP::WebTest>
 



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