There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Text::Decorator::Filter::Quoted - Mark up paragraphs of quoted text

SYNOPSIS

$decorator->add_filter("Quoted", begin => '<div class="level%i">',
                                 end   => '</div>');

DESCRIPTION

filter_node

This filter uses the Text::Quoted module to add quoting-level style tags on a HTML representation of piece of text.