| Template-Declare-Anon documentation | view source | Contained in the Template-Declare-Anon distribution. |
Template::Declare::Anon - Deprecated Anonymous Template::Declare templates
This module is no longer necessary. The following code will just work:
use Template::Declare::Tags 'HTML';
print html {
body {
p { "foo" }
}
};
Yuval Kogman <nothingmuch@woobling.org>
Copyright (c) 2007 Yuval Kogman. All rights reserved This program is free software; you can redistribute it and/or modify it under the terms of the MIT license or the same terms as Perl itself.
| Template-Declare-Anon documentation | view source | Contained in the Template-Declare-Anon distribution. |