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

new

Creates a new parser object. See Parse::Yapp for more information.

new_node

Helper function used to create new nodes.

# These are identical.
my $n1 = new_node('X', @y);
my $n2 = Erlang::Parser::Node::X->new(@y);

1 POD Error

The following errors were encountered while parsing the POD:

Around line 373:

=over without closing =back