On 8/9/07, Andrew Sterling Hanenkamp <[EMAIL PROTECTED]> wrote:
>
> I like it, but I'm concerned about the extra namespaces resulting in issues
> in some places. The import() method would obviously need to croak if "html"
> was already a package or anything else that would cause a conflict. I would
> be a little more comfortable if there was an additional mapping for the
> package name too:
>
>     use Template::Declare::Tags 'HTML' => { namespace => 'html', package =>
> 'MyHTMLTags' };
>
>     MyHTMLTags::p { 'hello' };
>

I totally agree :)

I'll try to hack this in today. The TD XML stuff is already an
important part of my $work (with full permission from my $manager ;))

Thanks,
agentz
_______________________________________________
jifty-devel mailing list
[email protected]
http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel

Reply via email to