Skip to content

Commit

Permalink
Bumps up version of Pod::To::OneBigPage
Browse files Browse the repository at this point in the history
Which should get all good and fixed Raku#1980 when correctly deployed.
  • Loading branch information
JJ committed May 1, 2018
1 parent c3d66be commit 5629275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"URI",
"File::Temp",
"JSON::Fast",
"Pod::To::BigPage:ver<0.3.3+>",
"Pod::To::BigPage:ver<0.4.0+>",
"Pod::To::HTML:ver<0.3.16>",
"OO::Monitors",
"File::Find",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ webdev-build:
perl6 htmlify.p6 --no-highlight --sparse=200

bigpage:
pod2onepage --html -v --source-path=./doc --exclude=404.pod6,/.git > html/perl6.html
pod2onepage --html -v --source-path=./doc --exclude=404.pod6 > html/perl6.html

# Common tests that are run by travis with every commit
test:
Expand Down

0 comments on commit 5629275

Please sign in to comment.