Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] allow B<...> in verbatim code, allison++
  • Loading branch information
moritz committed Apr 14, 2010
1 parent 3c98bf3 commit 026f6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/book-to-html
Expand Up @@ -5,5 +5,6 @@ use Pod::PseudoPod::HTML;
for (@ARGV) {
my $parser = Pod::PseudoPod::HTML->new();
$parser->output_fh( *STDOUT );
$parser->codes_in_verbatim(1);
$parser->parse_file( $_ );
}
1 change: 1 addition & 0 deletions bin/book-to-latex
Expand Up @@ -12,6 +12,7 @@ HEADER

for (@ARGV) {
my $parser = Pod::PseudoPod::LaTeX->new();
$parser->codes_in_verbatim(1);
$parser->output_fh( *STDOUT );
$parser->parse_file( $_ );
}
Expand Down

0 comments on commit 026f6a4

Please sign in to comment.