diff options
author | Richard Simões <rsimoes@cpan.org> | 2011-12-10 11:37:47 -0600 |
---|---|---|
committer | Richard Simões <rsimoes@cpan.org> | 2011-12-10 11:37:47 -0600 |
commit | 5bb8a92edc223a583a9275ad65d874c7b9d30e22 (patch) | |
tree | 0f87e56e6b25bc2141a5c69ef8f71c1ca804e8bb | |
parent | fix yaml (diff) | |
download | dancer-template-xslate-5bb8a92edc223a583a9275ad65d874c7b9d30e22.tar.gz |
__END__ before POD
-rw-r--r-- | lib/Dancer/Template/Xslate.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Dancer/Template/Xslate.pm b/lib/Dancer/Template/Xslate.pm index 151c7a5..74f4c18 100644 --- a/lib/Dancer/Template/Xslate.pm +++ b/lib/Dancer/Template/Xslate.pm @@ -56,6 +56,8 @@ sub render { 1; +__END__ + =head1 DESCRIPTION This class is an interface between Dancer's template engine abstraction layer |