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

NAME

Graph::Easy::Marpa::Actions - A namespace for Graph::Easy::Marpa::Parser, called via Marpa

Synopsis

End-users do not need to call the methods in this module.

Only Marpa::R2 does that, under certain conditions as specified in the grammar declared in Graph::Easy::Marpa::Parser.

Description

Graph::Easy::Marpa::Actions provides a namespace for Graph::Easy::Marpa::Parser's Marpa-style actions.

See " for details."

Installation

Install Graph::Easy::Marpa as you would for any Perl module:

Run:

        cpanm Graph::Easy::Marpa

or run:

        sudo cpan Graph::Easy::Marpa

or unpack the distro, and then either:

        perl Build.PL
        ./Build
        ./Build test
        sudo ./Build install

or:

        perl Makefile.PL
        make (or dmake or nmake)
        make test
        make install

Constructor and Initialization

new() is called as my($action) = Graph::Easy::Marpa::Actions -> new().

It returns a new object of type Graph::Easy::Marpa::Actions.

Such calls to new() have no parameters, and are only ever created by Marpa::R2.

Methods

graph($graph)

Returns $graph.

Called as appropriate by Marpa::R2.

new()

Returns a hashref, currently empty.

Called as appropriate by Marpa::R2.

Machine-Readable Change Log

The file Changes was converted into Changelog.ini by Module::Metadata::Changes.

Version Numbers

Version numbers < 1.00 represent development versions. From 1.00 up, they are production versions.

Support

Email the author, or log a bug on RT:

https://rt.cpan.org/Public/Dist/Display.html?Name=Graph::Easy::Marpa.

Author

Graph::Easy::Marpa was written by Ron Savage <ron@savage.net.au> in 2011.

Home page: http://savage.net.au/index.html.

Copyright

Australian copyright (c) 2011, Ron Savage.

        All Programs of mine are 'OSI Certified Open Source Software';
        you can redistribute them and/or modify them under the terms of
        The Artistic License, a copy of which is available at:
        http://www.opensource.org/licenses/index.html

1 POD Error

The following errors were encountered while parsing the POD:

Around line 59:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L<...> sequence