summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
new file mode 100644
index 0000000..3f15d5e
--- /dev/null
+++ b/cpanfile
@@ -0,0 +1,6 @@
+requires 'perl', '5.008001';
+
+on 'test' => sub {
+ requires 'Test::More', '0.98';
+};
+