8000 add Template-Mustache submodule · github/markup@647fac6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 647fac6

Browse files
committed
add Template-Mustache submodule
1 parent a34a723 commit 647fac6

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "vendor/uri"]
88
path = vendor/uri
99
url = https://github.com/perl6-community-modules/uri
10+
[submodule "vendor/p6-Template-Mustache"]
11+
path = vendor/p6-Template-Mustache
12+
url = https://github.com/softmoth/p6-Template-Mustache

lib/github/commands/pod62html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use v6;
55
use lib $*PROGRAM.IO.parent.add: '../../../vendor/p6-pod-load';
66
use lib $*PROGRAM.IO.parent.add: '../../../vendor/Pod-To-HTML';
77
use lib $*PROGRAM.IO.parent.add: '../../../vendor/uri';
8+
use lib $*PROGRAM.IO.parent.add: '../../../vendor/p6-Template-Mustache';
89

910
use Pod::Load;
1011
use Pod::To::HTML;

vendor/p6-Template-Mustache

Submodule p6-Template-Mustache added at d84fdf3

0 commit comments

Comments
 (0)
0