The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Markdent::Role::Dialect::BlockParser;

use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.26';

use Moose::Role;

1;

# ABSTRACT: A role for a dialect block parser

__END__

=pod

=head1 NAME

Markdent::Role::Dialect::BlockParser - A role for a dialect block parser

=head1 VERSION

version 0.26

=head1 DESCRIPTION

This role has no internals, it simply indicates that the role which consumes
it is a block parser role.

=head1 BUGS

See L<Markdent> for bug reporting details.

=head1 AUTHOR

Dave Rolsky <autarch@urth.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Dave Rolsky.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut