File: 00-use-modules.t

package info (click to toggle)
libpod-pom-perl 2.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 800 kB
  • sloc: perl: 2,756; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl
# $Id: 00-basic.t 4092 2009-02-24 17:46:48Z andrew $

use Test::More tests => 4;

BEGIN {
    use_ok( 'Pod::POM' );
    use_ok( 'Pod::POM::View::Text' );
    use_ok( 'Pod::POM::View::HTML' );
    use_ok( 'Pod::POM::View::Pod' );
}