Skip to content

Commit a34a723

Browse files
committed
add p6 uri
1 parent d1461fe commit a34a723

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "vendor/p6-pod-load"]
55
path = vendor/p6-pod-load
66
url = https://github.com/JJ/p6-pod-load
7+
[submodule "vendor/uri"]
8+
path = vendor/uri
9+
url = https://github.com/perl6-community-modules/uri

lib/github/commands/pod62html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
use v6;
44

55
use lib $*PROGRAM.IO.parent.add: '../../../vendor/p6-pod-load';
6-
use Pod::Load;
7-
86
use lib $*PROGRAM.IO.parent.add: '../../../vendor/Pod-To-HTML';
7+
use lib $*PROGRAM.IO.parent.add: '../../../vendor/uri';
8+
9+
use Pod::Load;
910
use Pod::To::HTML;
1011

1112
$_ = Pod::To::HTML.render(load(slurp));

vendor/uri

Submodule uri added at e5c8551

0 commit comments

Comments
 (0)