DOKK / manpages / debian 12 / libmarkdent-perl / Markdent::Role::Event.3pm.en
Markdent::Role::Event(3pm) User Contributed Perl Documentation Markdent::Role::Event(3pm)

Markdent::Role::Event - Implements behavior shared by all events

version 0.40

This role provides shared behavior for all event classes. It is actually somewhat of a hack, as it is a parameterized role that generates methods for each class that consumes it.

This role provides the following methods:

These all returns booleans indicating whether the event is of the specified type.

This returns a name like "start_blockquote", "end_strong", or "text".

This returns a hash representing the data stored in the object's attributes. If an attribute is not required and has not been set, it will not be present in the hash.

Returns a string representation of the event suitable for debugging output.

See Markdent for bug reporting details.

Bugs may be submitted at <https://github.com/houseabsolute/Markdent/issues>.

I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".

The source code repository for Markdent can be found at <https://github.com/houseabsolute/Markdent>.

Dave Rolsky <autarch@urth.org>

This software is copyright (c) 2021 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.

The full text of the license can be found in the LICENSE file included with this distribution.

2021-08-31 perl v5.32.1