Committer: anazarov
LJSUP-12605: Package LJ::Response::CachedTemplate is not loaded in non-web contextU trunk/cgi-bin/LJ/User.pm
Modified: trunk/cgi-bin/LJ/User.pm =================================================================== --- trunk/cgi-bin/LJ/User.pm 2012-06-19 09:30:15 UTC (rev 22279) +++ trunk/cgi-bin/LJ/User.pm 2012-06-19 11:00:08 UTC (rev 22280) @@ -32,6 +32,7 @@ use LJ::TimeUtil; use LJ::User::InfoHistory; use LJ::User::PropStorage; +use LJ::Response::CachedTemplate; # TODO: get rid of Class::Autouse, maybe? it's pretty useless # in web context and leads to some nasty bugs otherwise, so probably