]> git.vpit.fr Git - perl/modules/Scope-Context.git/blobdiff - t/93-pod-spelling.t
Update author tests, and add a POD spelling test
[perl/modules/Scope-Context.git] / t / 93-pod-spelling.t
diff --git a/t/93-pod-spelling.t b/t/93-pod-spelling.t
new file mode 100644 (file)
index 0000000..1636764
--- /dev/null
@@ -0,0 +1,14 @@
+#!perl
+
+use strict;
+use warnings;
+
+use Test::More;
+
+use lib 't/lib';
+use VPIT::TestHelpers;
+
+load_or_skip('Test::Pod::Spelling::CommonMistakes', '1.0', [ ],
+             'required for testing POD spelling');
+
+all_pod_files_ok();