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.pod
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,8 @@ To share your module, do the following:
327
327
`-- Gargravarr.pm
328
328
=enditem
329
329
330
+
=itemIf 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.
331
+
330
332
=itemThe C<README.md> file is a L<markdown-formatted|https://help.github.com/articles/markdown-basics/> text file, which
331
333
will later be automatically rendered as HTML by GitHub.
332
334
@@ -370,6 +372,7 @@ To share your module, do the following:
0 commit comments