Template-Plex
view release on metacpan or search on metacpan
lib/Template/Plex.pm view on Meta::CPAN
$options{caller}=$self;
}
$template=Template::Plex::Internal->new(\&Template::Plex::Internal::_prepare_template, $path, $vars?$vars:\%fields, %opts?%opts:%options);
}
else{
DEBUG and Log::OK::TRACE and log_trace __PACKAGE__." class load called for $path";
#called on package
my $dummy=[];
$dummy->[Template::Plex::meta_]={file=>(caller)[1]};
bless $dummy, "Template::Plex";
$opts{caller}=$dummy;
$template=Template::Plex::Internal->new(\&Template::Plex::Internal::_prepare_template, $path, $vars, %opts);
}
$template->setup;
$template;
}
( run in 2.055 seconds using v1.01-cache-2.11-cpan-a3c8064c92c )