Skip to content

Commit 26c64de

Browse files
committed
Fixes POD error
1 parent b0f8fe0 commit 26c64de

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/Language/modules.pod6

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,7 @@ more details here L<https://design.perl6.org/S22.html#license>.
505505
506506
=begin item
507507
508-
To document your modules, use L<Perl 6 Pod |https://design.perl6.org/S26.html> markup inside your modules. Module
509-
documentation is most appreciated and will be especially important once
508+
To document your modules, use L<Perl 6 Pod |https://design.perl6.org/S26.html> markup inside your modules. Module documentation is most appreciated and will be especially important once
510509
the Perl 6 module directory (or some other site) begins rendering Pod docs
511510
as HTML for easy browsing. If you have extra docs (in addition to the
512511
Pod docs in your module(s)), create a C<doc> directory for them. Follow
@@ -518,9 +517,9 @@ To document your modules, use L<Perl 6 Pod |https://design.perl6.org/S26.html>
518517
└── TotalPerspective.pod6
519518
=end code
520519
521-
=end item
520+
=end item
522521
523-
=item
522+
=item
524523
Note, described above is a minimal project directory. If your project
525524
contains scripts that you'd like distributed along with your module(s),
526525
put them in a C<bin> directory. If you'd like a graphical logo to
@@ -529,7 +528,7 @@ To document your modules, use L<Perl 6 Pod |https://design.perl6.org/S26.html>
529528
point, you might also consider adding C<CONTRIBUTORS>, C<NEWS>,
530529
C<TODO>, or other files.
531530
532-
=begin item
531+
=begin item
533532
Make your X<C<META6.json>|META6.json> file look something like this:
534533
535534
=begin code :allow<R>

0 commit comments

Comments
 (0)