Skip to content

Commit 1db3a90

Browse files
authored
Merge pull request #3116 from MasterDuke17/patch-3
"Pod 6" -> "Pod6"
2 parents 808e7fe + 43d4384 commit 1db3a90

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ section, and filename, you can add the document by following these steps:
8282

8383
## Documenting types
8484

85-
The Pod 6 documentation of types is located in the `doc/Type` directory and
86-
subdirectories of this repository. For example the Pod 6 file of `X::Bind::Slice`
85+
The Pod6 documentation of types is located in the `doc/Type` directory and
86+
subdirectories of this repository. For example the Pod6 file of `X::Bind::Slice`
8787
lives in `doc/Type/X/Bind/Slice.pod6`.
8888

8989
To start contributing, fork and checkout the repository, find the document
@@ -162,9 +162,9 @@ See [Writing and Testing Examples](writing-docs/EXAMPLES.md)
162162
## Testing method completeness
163163

164164
To get a list of methods that are found via introspection but not found in any
165-
Pod 6 file under `doc/Type/`, use `util/list-missing-methods.p6`. It takes a
165+
Pod6 file under `doc/Type/`, use `util/list-missing-methods.p6`. It takes a
166166
directory or filepath as argument and limits the listing to the given file or
167-
any Pod 6-files found. All methods listed in `util/ignored-methods.txt` are
167+
any Pod6 files found. All methods listed in `util/ignored-methods.txt` are
168168
ignored.
169169

170170
## Debug mode
@@ -218,7 +218,7 @@ computer. To do this you will need:
218218

219219
- Raku (e.g., the Rakudo Raku implementation)
220220
- zef (the installer for third party Raku modules)
221-
- `Pod::To::HTML` (Raku module for converting Pod 6 objects to HTML)
221+
- `Pod::To::HTML` (Raku module for converting Pod6 objects to HTML)
222222
- [graphviz](http://www.graphviz.org/) (`sudo apt-get install graphviz` on Debian/Ubuntu)
223223
- [Mojolicious](https://metacpan.org/pod/Mojolicious)
224224
(optional; a Perl 5 web framework; it allows you to run a web
@@ -250,7 +250,7 @@ use any other module installer for the modules needed (see below).
250250
#### Building the documentation
251251

252252
The program that builds the HTML version of the documentation
253-
(`htmlify.p6`) uses `Pod::To::HTML` to convert Pod 6 structures into HTML.
253+
(`htmlify.p6`) uses `Pod::To::HTML` to convert Pod6 structures into HTML.
254254
You'll also need `Pod::To::BigPage` and `Perl6::TypeGraph`. Install these modules like so:
255255

256256
$ zef install Pod::To::HTML Pod::To::BigPage Perl6::TypeGraph

0 commit comments

Comments
 (0)