App-Rssfilter
view release on metacpan or search on metacpan
lib/App/Rssfilter/Filter/MarkTitle.pm view on Meta::CPAN
# <?xml version="1.0" encoding="UTF-8"?>
# <rss>
# <channel>
# <item><title>it's hi time</title><description>hi</description></item>
# <item><title>HELLO - here we are again</title><description>hello</description></item>
# </channel>
# </rss>
=head1 DESCRIPTION
This module will add some uppercase text to the title of a L<Mojo::DOM> element. Use this module instead of L<App::Rssfilter::Filter::DeleteItem> when you wish to verify that your matchers are working correctly, as MarkTitle will simply mark the titl...
=head1 FUNCTIONS
=head2 filter
App::Rssfilter::Filter::filter( $item, $matcher, $explicit_prefix )
Prefixes C<$item>'s title with C<$explicit_prefix> (or, if not specified, C<$matcher>) in uppercase. When called from L<App::Rssfilter::Rule/constrain>, C<$matcher> will be set to the nice name of the rule's condition, and C<$explicit_prefix> will be...
=head1 SEE ALSO
( run in 2.454 seconds using v1.01-cache-2.11-cpan-13bb782fe5a )