Skip to content

Commit

Permalink
Add author test for pod in Kate.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjack committed Aug 1, 2015
1 parent b32ac5d commit b7724a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions xt/author/pod.t
@@ -0,0 +1,11 @@
#!/usr/bin/env perl

use strict;
use warnings;

use Test::More;
eval 'use Test::Pod 1.00';
plan skip_all => 'Test::Pod 1.00 required for testing POD' if $@;

pod_file_ok('lib/Syntax/Highlight/Engine/Kate.pm');
done_testing();

0 comments on commit b7724a1

Please sign in to comment.