diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2015-06-16 06:44:29 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2015-06-16 06:44:29 +0000 |
commit | f9f3ab3056d94292adb4ab2e1451645bee989769 (patch) | |
tree | cc5a62954d359d5aad449420bc7ec259b3edb79e /t/changes.t | |
download | CGI-tarball-master.tar.gz |
Diffstat (limited to 't/changes.t')
-rw-r--r-- | t/changes.t | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/t/changes.t b/t/changes.t new file mode 100644 index 0000000..1f40250 --- /dev/null +++ b/t/changes.t @@ -0,0 +1,12 @@ +#!perl + +use strict; +use warnings; + +use Test::More; + +eval 'use Test::CPAN::Changes'; + +plan skip_all => 'Test::CPAN::Changes required for this test' if $@; + +changes_ok(); |