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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,7 @@ To share your module, do the following:
330
330
`-- Gargravarr.pm
331
331
=enditem
332
332
333
-
=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.
333
+
=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.
334
334
335
335
=itemThe C<README.md> file is a L<markdown-formatted|https://help.github.com/articles/markdown-basics/> text file, which
336
336
will later be automatically rendered as HTML by GitHub.
@@ -387,14 +387,14 @@ To share your module, do the following:
387
387
388
388
The C<authors> section includes a list of all the module authors. In
389
389
the case there is only one author, a single element list must be
390
-
supplied.
390
+
supplied.
391
391
392
392
In the C<provides> section, include all the namespaces provided by
393
393
your distribution and set C<perl> version to the minimum perl version
394
394
your module works with
395
395
396
396
The C<resources> section is optional, but, if present, should contain a
397
-
list of the files in your C<resources> directory that you wish to be
397
+
list of the files in your C<resources> directory that you wish to be
398
398
installed, these will be installed with hashed names alongside your
399
399
library files and their installed location can be determined through the
0 commit comments