1 Mar 2009 09:48
r25645 - docs/Perl6/Spec
<pugs-commits <at> feather.perl6.nl>
2009-03-01 08:48:36 GMT
2009-03-01 08:48:36 GMT
Author: lwall
Date: 2009-03-01 09:48:35 +0100 (Sun, 01 Mar 2009)
New Revision: 25645
Modified:
docs/Perl6/Spec/S02-bits.pod
docs/Perl6/Spec/S28-special-names.pod
Log:
doc tweaks. $?OSVER should be $?OS.ver or some such
Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod 2009-03-01 08:43:49 UTC (rev 25644)
+++ docs/Perl6/Spec/S02-bits.pod 2009-03-01 08:48:35 UTC (rev 25645)
<at> <at> -2123,9 +2123,6 <at> <at>
&?ROUTINE Which routine am I in?
&?BLOCK Which block am I in?
-All the nested C< <at> ?> variables are ordered from the innermost to the
-outermost, so C< <at> ?BLOCK[0]> is always the same as C<&?BLOCK>.
-
The following return objects that contain all pertinent info:
$?OS Which operating system am I compiled for?
Modified: docs/Perl6/Spec/S28-special-names.pod
===================================================================
--- docs/Perl6/Spec/S28-special-names.pod 2009-03-01 08:43:49 UTC (rev 25644)
+++ docs/Perl6/Spec/S28-special-names.pod 2009-03-01 08:48:35 UTC (rev 25645)
<at> <at> -86,7 +86,6 <at> <at>
(Continue reading)
RSS Feed