This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add 'indirect' feature that can be turned off to disable indirect object syntax
[perl5.git] / README.irix
index 23cc17b..2968a60 100644 (file)
@@ -106,8 +106,8 @@ Ignore them: in IRIX 5.3 there is no way to quieten ld about this.
 During compilation you will see this warning from toke.c:
 
   uopt: Warning: Perl_yylex: this procedure not optimized because it
-        exceeds size threshold; to optimize this procedure, use -Olimit option
-        with value >= 4252.
+        exceeds size threshold; to optimize this procedure, use -Olimit
+        option with value >= 4252.
 
 Ignore the warning.
 
@@ -115,12 +115,13 @@ In IRIX 5.3 and with Perl 5.8.1 (Perl 5.8.0 didn't compile in IRIX 5.3)
 the following failures are known.
 
  Failed Test                  Stat Wstat Total Fail  Failed  List of Failed
- --------------------------------------------------------------------------
+ -----------------------------------------------------------------------
  ../ext/List/Util/t/shuffle.t    0   139    ??   ??       %  ??
  ../lib/Math/Trig.t            255 65280    29   12  41.38%  24-29
  ../lib/sort.t                   0   138   119   72  60.50%  48-119
  56 tests and 474 subtests skipped.
- Failed 3/811 test scripts, 99.63% okay. 78/75813 subtests failed, 99.90% okay.
+ Failed 3/811 test scripts, 99.63% okay. 78/75813 subtests failed,
+    99.90% okay.
 
 They are suspected to be compiler errors (at least the shuffle.t
 failure is known from some IRIX 6 setups) and math library errors
@@ -133,5 +134,6 @@ at least the shuffle.t and sort.t failures.
 
 Jarkko Hietaniemi <jhi@iki.fi>
 
-Please report any errors, updates, or suggestions to F<perlbug@perl.org>.
+Please report any errors, updates, or suggestions to
+L<https://github.com/Perl/perl5/issues>.