File: bad-pod.pm

package info (click to toggle)
libtest-spelling-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 200 kB
  • sloc: perl: 1,504; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package Bad::Pod;
use strict;
use warnings;

sub foo {}

__END__

=head1 NAME

Bad::Pod - incorectly spelled POD

=END