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

Devel::Declare::Parser::Codeblock - Parser for functions that just take a codeblock.

Authors

       Chad Granum exodist7@gmail.com

Description

       This parser can be used to define a function that takes ONLY a codeblock. This is just like a function
       with the (&) prototype. The difference here is that you do not need to end your block with a semicolon.

Name

       Devel::Declare::Parser::Codeblock - Parser for functions that just take a codeblock.

Restrictions

       Any arguments before the codeblock will be treated as a syntax error.

See Also