Template::Declare::Anon - B Anonymous Template::Declare templates


Template-Declare-Anon documentation  | view source Contained in the Template-Declare-Anon distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

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

SEE ALSO

Top

Template::Declare

AUTHOR

Top

Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT & LICENSE

Top


Template-Declare-Anon documentation  | view source Contained in the Template-Declare-Anon distribution.