1#!/usr/bin/env perl
2
3use strict;
4use warnings;
5
6use Test::More;
7eval 'use Test::Pod 1.00';
8plan skip_all => 'Test::Pod 1.00 required for testing POD' if $@;
9
10pod_file_ok('lib/Syntax/Highlight/Engine/Kate.pm');
11done_testing();
12