We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ff97f2 + b9cfa48 commit a115e2fCopy full SHA for a115e2f
.travis.yml
@@ -15,7 +15,7 @@ install:
15
- panda install LWP::Simple
16
- panda install Algorithm::Soundex
17
- panda install DBIish
18
- - panda install Text::VimColour
+ #- panda install Text::VimColour
19
20
script:
21
- make test
lib/Pod/Htmlify.pm6
@@ -4,7 +4,7 @@ use URI::Escape;
4
use Pod::To::HTML;
5
use Pod::Convenience;
6
use Perl6::Examples;
7
-use Text::VimColour;
+#use Text::VimColour;
8
9
class Website is export {
10
has $.categories is rw;
@@ -199,7 +199,6 @@ class Website is export {
199
# return "<pre>" ~ $node.contents.join ~ "</pre>";
200
# }
201
202
-
203
# };
204
pod2html $pod,
205
:url(&url),
0 commit comments