diff options
Diffstat (limited to 't/01-use.t')
-rw-r--r-- | t/01-use.t | 3 |
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'); |