logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDF::FDF::Simple::Builder - Module::Build extensions for PDF::FDF::Simple

Author

       •   Steffen Schwigon <ss5@renormalist.net>,

perl v5.34.0                                       2022-06-14                     PDF::FDF::Simple::Builder(3pm)

Description

       Provides Module::Build extensions, mainly for precompiling the grammar file.

Functions

ACTION_grammar
       This defines an Build action "grammar" which precompiles the grammar using Parse::RecDescent and moves
       the file to lib/PDF/FDF/Simple/Grammar.pm. It is usually done by the maintainer, before he builds a dist
       file for CPAN.

Name

       PDF::FDF::Simple::Builder - Module::Build extensions for PDF::FDF::Simple

Synopsis

        perl Build.PL
        ./Build grammar
        ./Build
        ./Build test
        ./Build install

See Also