Skip to content

Commit 48de161

Browse files
committed
move output blocks inside pod section
1 parent 6995071 commit 48de161

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

doc/Language/5to6-overview.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ of functions, either existing in Perl 6 with slightly different semantics
4141
The L<Special Variables section|/language/5to6-perlvar> describes if and how
4242
a lot of Perl 5's special (punctuation) variables are supported in Perl 6.
4343
44-
=end pod
45-
4644
=begin comments
4745
4846
### Guidelines for contributions:
@@ -69,4 +67,7 @@ be better than losing the information about a real need.
6967
7068
=end comments
7169
70+
=end pod
71+
72+
7273
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

doc/Language/haskell-to-p6.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,6 @@ compare it to let/in and where constructs maybe?
537537
538538
TODO
539539
540-
=end pod
541-
542540
=begin comments
543541
544542
### Guidelines for contributions:
@@ -562,4 +560,7 @@ answer yet, that will be better than losing the information about a real need.
562560
563561
=end comments
564562
563+
=end pod
564+
565+
565566
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

doc/Language/rb-nutshell.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,8 +1181,6 @@ instance of the C<ruby> interpreter to run Ruby code called from your Perl 6
11811181
script. Note that this is an EXPERIMENTAL library. You can similarly call other
11821182
language's libraries with Inline::Perl5, Inline::Python, and others.
11831183
1184-
=end pod
1185-
11861184
=begin comments
11871185
11881186
### Guidelines for contributions:
@@ -1206,4 +1204,7 @@ answer yet, that will be better than losing the information about a real need.
12061204
12071205
=end comments
12081206
1207+
=end pod
1208+
1209+
12091210
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)