File: compile.t

package info (click to toggle)
libpod-elemental-perlmunger-perl 0.093331-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 112 kB
  • sloc: perl: 68; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use Test::More tests => 1;

require Pod::Elemental::PerlMunger;

ok(1);