Skip to content

Commit d55cfb7

Browse files
committed
remove trailing whitespace
1 parent e54be5a commit d55cfb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/modules.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ To share your module, do the following:
330330
`-- Gargravarr.pm
331331
=end item
332332
333-
=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.
333+
=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.
334334
335335
=item The C<README.md> file is a L<markdown-formatted|https://help.github.com/articles/markdown-basics/> text file, which
336336
will later be automatically rendered as HTML by GitHub.
@@ -387,14 +387,14 @@ To share your module, do the following:
387387
388388
The C<authors> section includes a list of all the module authors. In
389389
the case there is only one author, a single element list must be
390-
supplied.
390+
supplied.
391391
392392
In the C<provides> section, include all the namespaces provided by
393393
your distribution and set C<perl> version to the minimum perl version
394394
your module works with
395395
396396
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
398398
installed, these will be installed with hashed names alongside your
399399
library files and their installed location can be determined through the
400400
C<%?RESOURCES> Hash indexed on the name provided.

0 commit comments

Comments
 (0)