Skip to content

Commit 80eaae4

Browse files
committed
These are valid Perl 6 examples
1 parent 203c8c3 commit 80eaae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/about.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ example, often contain the methods the class implements.
9898
Definitions must be in one of the following forms to be recognized as
9999
the start of a documentable named, say, þ. First the code in the document source:
100100
101-
=begin code :skip-test
101+
=begin code
102102
103103
=item X<C<How to use the þ infix> | infix,þ> (This a special case, which
104104
is always considered a definition)
@@ -136,7 +136,7 @@ You can add emphasis with bold (B<V< B<> >>) or italicized (B<V< I<> >>),
136136
with or without code formatting (B<V< C<> >>). Due to current parser limitations,
137137
special steps have to be taken to use B<V< X<> >> with other formatting codes; for example:
138138
139-
=begin code :skip-test
139+
=begin code
140140
=item X<B<foo>|foo> a fancy subroutine
141141
=end code
142142

0 commit comments

Comments
 (0)