Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
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
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.