The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

get_parsers

The following parsers are defined by this module.

extends_line

Parse the declaration of a 'extends' Moose keyword, returning a Perl::Tags::Tag::Extends if found.

with_line

Parse the declaration of a 'with' Moose keyword, returning a Perl::Tags::Tag::With tag if found.

has_line

Parse the declaration of a 'has' Moose keyword, returning a Perl::Tags::Tag::Has if found.

around_line

Parse the declaration of a 'around' Moose keyword, returning a Perl::Tags::Tag::Around tag if found.

before_line

Parse the declaration of a 'before' Moose keyword, returning a Perl::Tags::Tag::Before tag if found.

after_line

Parse the declaration of a 'after' Moose keyword, returning a Perl::Tags::Tag::After tag if found.

override_line

Parse the declaration of a 'override' Moose keyword, returning a Perl::Tags::Tag::Override tag if found.

augment_line

Parse the declaration of a 'augment' Moose keyword, returning a Perl::Tags::Tag::Augment tag if found.

class_line

Parse the declaration of a 'class' Moose keyword, returning a Perl::Tags::Tag::Class tag if found.

method_line

Parse the declaration of a 'method' Moose keyword, returning a Perl::Tags::Tag::Method tag if found.

role_line

Parse the declaration of a 'role' Moose keyword, returning a Perl::Tags::Tag::Role tag if found.

Perl::Tags::Tag::Method

type: Method

Perl::Tags::Tag::Has

type: Has

Perl::Tags::Tag::Around

type: Around

Perl::Tags::Tag::Before

type: Before

Perl::Tags::Tag::After

type: After

Perl::Tags::Tag::Override

type: Override

Perl::Tags::Tag::Augment

type: Augment

Perl::Tags::Tag::Class

type: Class

Perl::Tags::Tag::Role

type: Role

AUTHOR and LICENSE

    dr bean - drbean at sign cpan a dot org

This is licensed under the same terms as Perl itself. (Or as Vim if you +prefer).

1 POD Error

The following errors were encountered while parsing the POD:

Around line 263:

You forgot a '=back' before '=head1'