summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..e183799
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,15 @@
+use inc::Module::Install;
+
+name 'PPIx-XPath';
+license 'perl';
+all_from 'lib/PPIx/XPath.pm';
+
+requires 'Tree::XPathEngine' => 0,
+ 'PPI' => '1.2',
+ 'perl' => '5.6.0',
+;
+
+test_requires 'Test::Most' => 0,
+;
+
+WriteAll;