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 + ã¯ããã¼ã¯ããã°ã©ã ã®å®è¡ä¸ã«ã ãåå¨ã, ãã以éã¯å½±é¿ãä¸ãã¾ãã. ãããã®ã¯ããã¼ã¯ããªãã®ãã©ã¦ã¶ããã¹ãããã°ã©ã 以å¤ã®ã½ããã¦ã§ã¢ ã«ã¯å½±é¿ãã¾ãã. ã¯ããã¼ã¯ï¼ã¤ã®ãã¹ãã·ã¼ã±ã³ã¹ä¸ã§å®è¡ãã¦ãã ä»ã®ãã¹ãããã ãã¢ã¯ã»ã¹ã§ãã¾ã. +=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 + ç¾å¨ã®ã¨ããï¼ç¨®é¡ã®è¨è¿°æ¹æ³ãããã¾ã. =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 + ã¯ããã¼ãæå¹ã«ãããã¡ã¤ã³. ï¼ã¤ã®ããªãªããå«ãã 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 + ã¯ããã¼ãæå¹ã«ãããã¡ã¤ã³. ï¼ã¤ã®ããªãªããå«ãã 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 ã®ï¼è¡è¦ç´ã®ã¿ =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 @@ ã¨ãã£ã)ä»ã®ãã¹ãã©ã¤ãã©ãªã¨äºææ§ãããã¾ã. ï¼ã¤ã®ãã¹ãã¹ã¯ãªãã ä¸ã«ããããèªç±ã«åãæ··ãããã¨ãã§ãã¾ã. +=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> ã«è¨å®ããã¦ããã¨ã㯠ï¼ã¤åã®ãã¹ãã® 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 + ã¦ã§ããã¼ã¸ã¸ã®ã¢ã¯ã»ã¹èªè¨¼ã«ä½¿ãã¦ã¼ã¶å/ãã¹ã¯ã¼ãã®ï¼ã¤ã®è¦ç´ ãã㤠ãªã¹ããæå®ãã¾ã. =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 + ï¼ã¤ã®è¦ç´ , ãããã·ãµã¼ãã«ã¢ã¯ã»ã¹ããããã®èªè¨¼ã®ã¦ã¼ã¶å/ãã¹ã¯ã¼ãã® ãã¢ãå«ããªã¹ã. =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 第ï¼ç 第ï¼ç« ãåç §ãã¦ãã ãã. +=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 第ï¼ç 第ï¼ç« ãåç §ãã¦ãã ãã. +=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>