Skip to content

Commit bf3ad46

Browse files
committed
vend Pod::To::HTML
1 parent ed385c6 commit bf3ad46

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
pkg/
33
.bundle
44
Gemfile.lock
5-
vendor/
65
.project
76
.buildpath
8-
*~
7+
*~

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "vendor/Pod-To-HTML"]
2+
path = vendor/Pod-To-HTML
3+
url = https://github.com/perl6/Pod-To-HTML

lib/github/commands/pod62html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env perl6
22

33
use v6;
4-
4+
use lib $*PROGRAM.IO.parent.add: '../../../vendor/Pod-To-HTML';
55
use Pod::To::HTML;
66

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

vendor/Pod-To-HTML

Submodule Pod-To-HTML added at f5ea68c

0 commit comments

Comments
 (0)