From e0f2e9282d1463174edbc064e81fc299196b39ef Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Fri, 10 Aug 2018 12:01:04 +0200 Subject: [PATCH] Bumps up version --- META6.json | 2 +- README.md | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/META6.json b/META6.json index 718ff40..9ca449d 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "perl" : "6.*", "name" : "Pod::To::HTML", - "version" : "0.3.18", + "version" : "0.3.19", "description" : "Convert Perl 6 Pod to HTML", "license" : "Artistic-2.0", "depends" : ["URI"], diff --git a/README.md b/README.md index 8c5f010..fd1b306 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This module is in the [Perl 6 ecosystem](https://modules.perl6.org), so you inst zef install Pod::To::HTML **Note**: Perl 6 2018.06 introduces changes on how non-breaking - whitespace was handled; this is tested now in one of the tests. If + whitespace was handled; this is now included in the tests. If the installation fails, please upgrade to Perl 6 >= 2018.06 or simply disregard the test and install with `--force` if that particular feature is of no use to you. @@ -59,11 +59,12 @@ say Pod::To::HTML.render($pod, ## DESCRIPTION -`Pod::To::HTML` takes a Pod 6 tree and outputs correspondingly formatted HTML. -Generally this is done via the command line, using`perl6 --doc=HTML`, which extracts the pod from the document and feeds it to `Pod::To::HTML`. -The other route is with the `render` method (called by `--doc=HTML`), -which creates a complete HTML document from the Pod tree it is called -with. +`Pod::To::HTML` takes a Pod 6 tree and outputs correspondingly +formatted HTML. Generally this is done via the command line, +using`perl6 --doc=HTML`, which extracts the pod from the document and +feeds it to `Pod::To::HTML`. The other route is with the `render` +method (called by `--doc=HTML`), which creates a complete HTML +document from the Pod tree it is called with. Optionally, a custom header/fooder/head-fields can be provided. These can be used to link to custom CSS stylesheets and @@ -72,7 +73,8 @@ JavaScript libraries. ## DEBUGGING -You can set the `P6DOC_DEBUG` environmental variable to make the module produce some debugging information. +You can set the `P6DOC_DEBUG` environmental variable to make the +module produce some debugging information. ## LICENSE