File: NoPod.pm

package info (click to toggle)
libtest-synopsis-perl 0.06%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 180 kB
  • ctags: 123
  • sloc: perl: 1,287; sh: 48; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package Test::Synopsis::__TestBait_NoPod;

# Dummy module used during testing of Test::Synopsis. Needs to be in the lib/
# dir of the Test-Synopsis distribution to Test::Synopsis can find it.
#
# This module does not have a POD section at all; Test::Synopsis still
# shouldn't warn even with -w.

use strict;
use warnings;

our $VERSION = '0.05';

1;