Sha256: 5f3f8878ccf58cc090f5023ad644e3a9a49a26f3bd650b861fba39a6acc2704e
Contents?: true
Size: 346 Bytes
Versions: 2
Compression:
Stored size: 346 Bytes
Contents
#!/usr/bin/env perl use strict; use Pod::Simple::XHTML 3.11; my $p = Pod::Simple::XHTML->new; $p->html_header(''); $p->html_footer(''); $p->perldoc_url_prefix('http://metacpan.org/search?q='); $p->strip_verbatim_indent(sub { my $lines = shift; (my $indent = $lines->[0]) =~ s/\S.*//; return $indent; }); $p->parse_from_file(shift);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
github-markup-1.4.7 | lib/github/commands/pod2html |
github-markup-1.4.6 | lib/github/commands/pod2html |