You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Language/modules.pod6
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -505,8 +505,7 @@ more details here L<https://design.perl6.org/S22.html#license>.
505
505
506
506
=beginitem
507
507
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
510
509
the Perl 6 module directory (or some other site) begins rendering Pod docs
511
510
as HTML for easy browsing. If you have extra docs (in addition to the
512
511
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>
518
517
└── TotalPerspective.pod6
519
518
=endcode
520
519
521
-
=enditem
520
+
=enditem
522
521
523
-
=item
522
+
=item
524
523
Note, described above is a minimal project directory. If your project
525
524
contains scripts that you'd like distributed along with your module(s),
526
525
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>
529
528
point, you might also consider adding C<CONTRIBUTORS>, C<NEWS>,
530
529
C<TODO>, or other files.
531
530
532
-
=beginitem
531
+
=beginitem
533
532
Make your X<C<META6.json>|META6.json> file look something like this:
0 commit comments