Mercurial > pub > Impl
diff Lib/IMPL/Web/TT/Document.pm @ 136:f6af119ac741
url routines for templates
author | wizard |
---|---|
date | Fri, 25 Jun 2010 16:45:56 +0400 |
parents | 5b849974bed8 |
children | bd10093bb122 |
line wrap: on
line diff
--- a/Lib/IMPL/Web/TT/Document.pm Thu Jun 24 02:39:00 2010 +0400 +++ b/Lib/IMPL/Web/TT/Document.pm Fri Jun 25 16:45:56 2010 +0400 @@ -5,7 +5,6 @@ use base qw(IMPL::DOM::Document IMPL::Object::Disposable); use Template::Context; use Template::Provider; -use Template::Plugin::URL; use IMPL::Class::Property; use File::Spec; use Scalar::Util qw(blessed); @@ -13,8 +12,6 @@ use IMPL::Web::TT::Control; use Carp; -$Template::Plugin::URL::JOINT = '&'; - BEGIN { private property _provider => prop_all; private property _context => prop_all;