summaryrefslogtreecommitdiff
path: root/xt/release/cpan-changes.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-03-13 05:57:42 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-03-13 05:57:42 +0000
commitab45179756d9ce7e63c894d52b2e34cafc10bf6a (patch)
treefd14070f6855383aa0b5c75322c8d40bc81ed8e6 /xt/release/cpan-changes.t
downloadModule-Runtime-Conflicts-tarball-master.tar.gz
Module-Runtime-Conflicts-0.002HEADModule-Runtime-Conflicts-0.002master
Diffstat (limited to 'xt/release/cpan-changes.t')
-rw-r--r--xt/release/cpan-changes.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/xt/release/cpan-changes.t b/xt/release/cpan-changes.t
new file mode 100644
index 0000000..8e6e413
--- /dev/null
+++ b/xt/release/cpan-changes.t
@@ -0,0 +1,11 @@
+#!perl
+
+use strict;
+use warnings;
+
+use Test::More 0.96 tests => 2;
+use_ok('Test::CPAN::Changes');
+subtest 'changes_ok' => sub {
+ changes_file_ok('Changes');
+};
+done_testing();