summaryrefslogtreecommitdiff
path: root/cpanfile
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-07-21 13:23:57 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-07-21 13:23:57 +0000
commita276db189a656a4cc5881a2ebc4cad3113685030 (patch)
tree27aeb24e5ddbd94b313aa661a8de133ff9c751f2 /cpanfile
downloadFile-Which-tarball-a276db189a656a4cc5881a2ebc4cad3113685030.tar.gz
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
new file mode 100644
index 0000000..0bfe1d9
--- /dev/null
+++ b/cpanfile
@@ -0,0 +1,11 @@
+requires "perl" => "5.006";
+
+on 'test' => sub {
+ requires "Test::More" => "0.47";
+ requires "perl" => "5.006";
+};
+
+on 'configure' => sub {
+ requires "ExtUtils::MakeMaker" => "0";
+ requires "perl" => "5.006";
+};