App-Syndicator
view release on metacpan or search on metacpan
lib/App/Syndicator/Message.pm view on Meta::CPAN
$self->published
)
);
$self->xml_entry(undef);
}
}
# should really be in a view.
method render_title {
return ($self->is_read ? '' : '<bold>[NEW] </bold>')
. ($self->star ? '<bold>[*] </bold>' : '')
. $self->title;
}
}
( run in 0.384 second using v1.01-cache-2.11-cpan-5dc5da66d9d )