[perldocjp-cvs 1430] CVS update: docs/perl/5.16.0

Back to archive index

argra****@users***** argra****@users*****
2012年 4月 28日 (土) 00:26:59 JST


Index: docs/perl/5.16.0/perl5160delta.pod
diff -u docs/perl/5.16.0/perl5160delta.pod:1.11 docs/perl/5.16.0/perl5160delta.pod:1.12
--- docs/perl/5.16.0/perl5160delta.pod:1.11	Fri Apr 27 23:56:04 2012
+++ docs/perl/5.16.0/perl5160delta.pod	Sat Apr 28 00:26:59 2012
@@ -3264,22 +3264,38 @@
 
 =head1 Utility Changes
 
+(ツールの変更)
+
 =head3 L<h2ph>
 
 =over 4
 
 =item *
 
+=begin original
+
 L<h2ph> used to generate code of the form
 
+=end original
+
+L<h2ph> は以下のような形のコードを生成していました
+
   unless(defined(&FOO)) {
     sub FOO () {42;}
   }
 
+=begin original
+
 But the subroutine is a compile-time declaration, and is hence unaffected
 by the condition.  It has now been corrected to emit a string C<eval>
 around the subroutine [perl #99368].
 
+=end original
+
+しかしサブルーチンはコンパイル時定義なので、条件の影響を受けません。
+サブルーチンを C<eval> で囲んだ文字列を出力するように修正されました
+[perl #99368]。
+
 =back
 
 =head3 L<splain>
@@ -3288,10 +3304,23 @@
 
 =item *
 
+=begin original
+
 F<splain> no longer emits backtraces with the first line number repeated.
 
+=end original
+
+F<splain> は最初の行番号を繰り返してバックトレースを出力しないように
+なりました。
+
+=begin original
+
 This:
 
+=end original
+
+以下の出力は:
+
     Uncaught exception from user code:
             Cannot fwiddle the fwuddle at -e line 1.
      at -e line 1
@@ -3299,8 +3328,14 @@
             main::bar() called at -e line 1
             main::foo() called at -e line 1
 
+=begin original
+
 has become this:
 
+=end original
+
+以下のようになりました:
+
     Uncaught exception from user code:
             Cannot fwiddle the fwuddle at -e line 1.
             main::baz() called at -e line 1
@@ -3309,10 +3344,19 @@
 
 =item *
 
+=begin original
+
 Some error messages consist of multiple lines that are listed as separate
 entries in L<perldiag>.  splain has been taught to find the separate
 entries in these cases, instead of simply failing to find the message.
 
+=end original
+
+一部のエラーメッセージは L<perldiag> に分割されたエントリとして
+リストされている複数の行で構成されています。
+splain はこのような場合に単にメッセージを見つけることに失敗するのではなく、
+分割されたエントリを見つけるように教えるようになりました。
+
 =back
 
 =head3 L<zipdetails>
@@ -3321,13 +3365,28 @@
 
 =item *
 
+=begin original
+
 This is a new utility, included as part of an
 L<IO::Compress::Base> upgrade.
 
+=end original
+
+これは新しいツールで、L<IO::Compress::Base> のアップグレードの一部として
+含まれました。
+
+=begin original
+
 L<zipdetails> displays information about the internal record structure
 of the zip file.  It is not concerned with displaying any details of
 the compressed data stored in the zip file.
 
+=end original
+
+L<zipdetails> は zip ファイルの内部レコード構造についての情報を表示します。
+zip ファイルに保管している圧縮データの詳細を表示することには
+関心がありません。
+
 =back
 
 =head1 Configuration and Compilation



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