SVN-Notify-Filter-Markdown

 view release on metacpan or  search on metacpan

t/base.t  view on Meta::CPAN

like $out, qr{# Heading 1}, 'Check that the message is not HTML';


##############################################################################
# A simple File handle that just stores data in a scalar.
FH: {
    package My::FH;

    sub TIEHANDLE {
        my ($class, $buf) = @_;
        bless { buf => $buf } => $class;
    }

    sub PRINT {
        ${ shift->{buf} } .= join '', @_;
    }
}

##############################################################################
# The log message: a full Markdown example.

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.882 second using v1.00-cache-2.02-grep-82fe00e-cpan-c30982ac1bc3 )