File: 00use.t

package info (click to toggle)
libpod-pom-view-restructured-perl 1.000003-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 668; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env perl

# $Revision$


use strict;
use warnings;

use Test::More tests => 1;

BEGIN { use_ok('Pod::POM::View::Restructured') }