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 1.293 second using v1.01-cache-2.11-cpan-c333fce770f )