Skip to content

Commit a115e2f

Browse files
committed
Merge branch 'master' of https://github.com/perl6/perl6-examples
2 parents 4ff97f2 + b9cfa48 commit a115e2f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- panda install LWP::Simple
1616
- panda install Algorithm::Soundex
1717
- panda install DBIish
18-
- panda install Text::VimColour
18+
#- panda install Text::VimColour
1919

2020
script:
2121
- make test

lib/Pod/Htmlify.pm6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use URI::Escape;
44
use Pod::To::HTML;
55
use Pod::Convenience;
66
use Perl6::Examples;
7-
use Text::VimColour;
7+
#use Text::VimColour;
88

99
class Website is export {
1010
has $.categories is rw;
@@ -199,7 +199,6 @@ class Website is export {
199199
# return "<pre>" ~ $node.contents.join ~ "</pre>";
200200
# }
201201
# }
202-
203202
# };
204203
pod2html $pod,
205204
:url(&url),

0 commit comments

Comments
 (0)