Skip to content

Commit

Permalink
fix pod errors
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 3, 2018
1 parent 8440f87 commit 7b8a41f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/Language/modules.pod6
Expand Up @@ -585,9 +585,11 @@ lib
=end code
=end item
=begin item If you have any additional files (such as templates or a dynamic
library) that you wish to have installed so you can access them at
runtime, they should be placed in a C<resources> sub-directory of your project, e.g.:
=begin item
If you have any additional files (such as templates or a dynamic
library) that you wish to have installed so you can access them at
runtime, they should be placed in a C<resources> sub-directory of your project, e.g.:
=begin code :lang<text>
resources
Expand All @@ -597,7 +599,7 @@ resources
The file must then be referenced in C<META6.json> (see below for more on META6.json) so that the distribution path
can be provided to the program.
=begin :lang<javascript>
=begin code :lang<javascript>
{
"name" : "Vortex::TotalPerspective",
"provides" : {
Expand Down

0 comments on commit 7b8a41f

Please sign in to comment.