File: BadPodNesting.pm

package info (click to toggle)
libtest-inline-perl 2.212-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 376 kB
  • sloc: perl: 3,246; makefile: 43
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