From 495c00a71e8937eb9fd6f85657c8b7d097f1dfba Mon Sep 17 00:00:00 2001 From: Richard Simões Date: Fri, 9 Dec 2011 10:09:17 -0600 Subject: add dzil plugins, use File::Spec exclusively instead of regular expressions --- t/views/index.xslate | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/views/index.xslate (limited to 't/views/index.xslate') diff --git a/t/views/index.xslate b/t/views/index.xslate new file mode 100644 index 0000000..7ec6233 --- /dev/null +++ b/t/views/index.xslate @@ -0,0 +1,5 @@ +this is var1="<: $var1 :>" and var2=<: $var2 :> + +another line + +<: $foo :> <: $bar :> <: $baz :> -- cgit 1.4.1