DTL-Fast
view release on metacpan or search on metacpan
lib/DTL/Fast/Tag/Ifchanged.pm view on Meta::CPAN
135136137138139140141142143144145146147148149150151152153154155
if
(not DTL::Fast::Expression::Operator::Binary::Eq::dispatch(
$self
,
$watch
,
$preserve
))
{
$result
= 1;
last
;
}
}
return
$result
;
}
sub
update_preserved
{
my
$self
=
shift
;
my
$context
=
shift
;
$self
->{preserved} = [ ];
foreach
my
$watch
(@{
$self
->{watches}})
{
push
@{
$self
->{preserved}},
$watch
->render(
$context
);
}
( run in 0.565 second using v1.01-cache-2.11-cpan-49f99fa48dc )