Skip to content

Commit

Permalink
Simple POD comment test file
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Jan 16, 2017
1 parent 7f4a69f commit 43e7b0f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Tests/pod_comments.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
=pod
See L<perlpod(1)>.

Text I<< <italic> >> Text

=begin html
<b>Bold</b>
=end html

=cut

# Cut embedded snippets off early before a terminating =cut command
=pod
=begin html
<b>Bold</b>
=cut
my $var;
__END__
See L<perlpod(1)>.
Text I<< <italic> >> Text
=begin html
<b>Bold</b>
=end html

0 comments on commit 43e7b0f

Please sign in to comment.