On 8/10/07, Jesse Vincent <[EMAIL PROTECTED]> 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
_______________________________________________
jifty-devel mailing list
[email protected]
http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel

Reply via email to