File: pod-pandoc.t

package info (click to toggle)
libpod-pandoc-perl 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 587; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 100 bytes parent folder | download
1
2
3
4
5
6
7
use strict;
use Test::More;

# just loads all included modules
use_ok 'Pod::Pandoc';

done_testing;