summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2016-08-29 16:17:13 +0100
committerdakkar <dakkar@thenautilus.net>2016-08-29 16:18:26 +0100
commitf0f53bf115ba53a5908590adf82f903efc8757cf (patch)
tree015647d5a5101f80d4f445e5ccc6e3e0915e5242 /Makefile.PL
parentadd name & year to dist.ini (diff)
downloadPPIx-XPath-f0f53bf115ba53a5908590adf82f903efc8757cf.tar.gz
PPIx-XPath-f0f53bf115ba53a5908590adf82f903efc8757cf.tar.bz2
PPIx-XPath-f0f53bf115ba53a5908590adf82f903efc8757cf.zip
prepare for dzil
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index 5a37bda..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,17 +0,0 @@
-use inc::Module::Install;
-
-name 'PPIx-XPath';
-license 'perl';
-all_from 'lib/PPIx/XPath.pm';
-
-requires 'Tree::XPathEngine' => 0,
- 'PPI' => '1.2',
- 'Scalar::Util' => 0,
- 'Carp' => 0,
- 'perl' => '5.6.0',
-;
-
-test_requires 'Test::Most' => 0,
-;
-
-WriteAll;