[jifty-devel] Template::Declare now (partiallly) supports XUL and custom XML dialects

Agent Zhang agentzh at gmail.com
Thu Aug 9 22:03:59 EDT 2007


On 8/10/07, Jesse Vincent <jesse at bestpractical.com> wrote:
>
> I wonder if it would make sense to do
>
> use Template::Declare::Tags 'HTML' => {
>                                         # package => 'Template::Declare::TagSet::HTML',  #implied
>                                         namespace => 'html' };
>
>
> use Template::Declare::Tags 'foobar' => {
>                                  package => 'MyClass::Taglib::FooBarBaz',  #explicit. overrides
> 'foobar'
>                                         namespace => 'html' };
>

The "package" slot conflicts with Andrew's proposal, no? ;)

Cheers, agentz


More information about the jifty-devel mailing list