NAME

Template::Declare::Anon - Deprecated Anonymous Template::Declare templates

SYNOPSIS

This module is no longer necessary. The following code will just work:

use Template::Declare::Tags 'HTML';

print html {
	body {
		p { "foo" }
	}
};

SEE ALSO

Template::Declare

AUTHOR

Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT & LICENSE

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.