summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/happy_cpantesters.t15
1 files changed, 15 insertions, 0 deletions
diff --git a/t/happy_cpantesters.t b/t/happy_cpantesters.t
new file mode 100755
index 0000000..fa9e1f8
--- /dev/null
+++ b/t/happy_cpantesters.t
@@ -0,0 +1,15 @@
+#!perl
+
+use strict;
+use Test::More tests => 1;
+
+BEGIN{
+ require_ok 'App::cpanminus';
+
+ # in the future ...
+ # require_ok 'App::cpanminus::script';
+}
+
+diag("App::cpanminus/$App::cpanminus::VERSION");
+
+__DATA__