Changeset 15326
- Timestamp:
- 02/22/07 19:58:44 (21 months ago)
- Files:
-
- 1 modified
-
src/perl6/Perl-6.0.0-STD.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/Perl-6.0.0-STD.pm
r15323 r15326 1234 1234 for @heredoc_initial_strings { 1235 1235 next if s/^ $ws //; # reward consistent tabbing 1236 s/^^ (\t+) /{ ' ' x ($0 * 8) }/;1236 s/^^ (\t+) /{ ' ' x ($0 * (COMPILING::<$?TABSTOP> // 8)) }/; 1237 1237 s/^ $wsequiv // or s/^ \h+ //; 1238 1238 }
