summaryrefslogtreecommitdiff
path: root/t/01-use.t
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 /t/01-use.t
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 't/01-use.t')
-rw-r--r--t/01-use.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/01-use.t b/t/01-use.t
new file mode 100644
index 0000000..9848444
--- /dev/null
+++ b/t/01-use.t
@@ -0,0 +1,3 @@
+#!perl
+use Test::Most tests=>1,'bail';
+use_ok('PPIx::XPath');