summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-12 17:22:06 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-12 17:22:06 +0200
commit21427fe4d2b0e8237dc6a30b69a8f41b945b46ec (patch)
treeb415afb2571c61df82df12a71799ebc48690aedd /Makefile.PL
parentfirst apparently working version (diff)
downloadPPIx-XPath-21427fe4d2b0e8237dc6a30b69a8f41b945b46ec.tar.gz
PPIx-XPath-21427fe4d2b0e8237dc6a30b69a8f41b945b46ec.tar.bz2
PPIx-XPath-21427fe4d2b0e8237dc6a30b69a8f41b945b46ec.zip
added back-compatibility
actually tested it: 02-back-compat passes on both PPIx::XPath 1.0.0 and PPIx::XPath 2.0
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e183799..5a37bda 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,6 +6,8 @@ all_from 'lib/PPIx/XPath.pm';
requires 'Tree::XPathEngine' => 0,
'PPI' => '1.2',
+ 'Scalar::Util' => 0,
+ 'Carp' => 0,
'perl' => '5.6.0',
;