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

NAME

MarpaX::Languages::SVG::Parser::Config - A config manager for use by MarpaX::Languages::SVG::Parser

Synopsis

See "Synopsis" in MarpaX::Languages::SVG::Parser.

Description

Basically just utility routines for MarpaX::Languages::SVG::Parser.

Only used to generate the SVGs of the BNFs.

Installation

See "Installation" in MarpaX::Languages::SVG::Parser.

Methods

read()

read() is called automatically by new(). It does the actual reading of the config file.

If the file can't be read, die $string is called.

The path to the config file is determined by:

        path(File::HomeDir -> my_dist_config('MarpaX-Languages-SVG-Parser'), '.htmarpax.languages.svg.parser.conf');

The author runs scripts/copy.config.pl, which uses similar code, to move the config file from the config/ directory in the disto into an OS-dependent directory.

The run-time code uses this module to look in the same directory as used by scripts/copy.config.pl.

Support

Email the author, or log a bug on RT:

https://rt.cpan.org/Public/Dist/Display.html?Name=MarpaX::Languages::SVG::Parser.

Author

MarpaX::Languages::SVG::Parser was written by Ron Savage <ron@savage.net.au> in 2013.

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

Copyright

Australian copyright (c) 2013, 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