Add some minor changes:

- Remove Pod version of the document
- Change Perl 6 to Raku Perl 6
- Formatting
This commit is contained in:
Luis F. Uceta 2019-01-01 18:07:52 -05:00
parent b7509d84a4
commit 40b4e172e8

View File

Internal Server Error - Hifadhi: Ibu's code storage

Internal Server Error

Gitea Version: 1.22.2

@ -5,17 +5,14 @@ contributors:
filename: learnpod.pod6
---
Perl 6 Pod is an easy-to-use and purely descriptive mark-up language,
Pod is an easy-to-use and purely descriptive mark-up language,
with no presentational components. Besides its use for documenting
Perl 6 programs and modules, Pod can be utilized to write language
Raku Perl 6 programs and modules, Pod can be utilized to write language
documentation, blogs, and other types of document composition as well.
Pod documents can be easily converted to HTML and many other formats
(e.g., Markdown, Latex, plain text, etc.) by using the corresponding
variant of the `Pod::To` modules (e.g. `<Pod::To::HTML>` for HTML conversion).
Note: This document can be also be found as a Pod document
[here](https://git.io/fpxKI).
variant of the `Pod::To` modules (e.g. `Pod::To::HTML` for HTML conversion).
- [General Info](#general-info)
- [Pod Basics](#pod-basics)
@ -52,21 +49,23 @@ generate documentation.
```