File: BadPodNesting.pm

package info (click to toggle)
libtest-inline-perl 2.213-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 444 kB
  • ctags: 265
  • sloc: perl: 3,241; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package My::BadPodNesting;

print "Hello World!\n";

=pod

=begin testing foo

This is a test

=begin testing bar

oopsi, forgot the previous =end tag

=end testing

=cut